#BD1200

Color #BD1200 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BD1200

Tints of Free Speech Red #BD1200

Color information

#BD1200 (or 0xBD1200) is unknown color: approx Free Speech Red. HEX triplet: BD, 12 and 00. RGB value is (189,18,0). Sum of RGB (Red+Green+Blue) = 189+18+0=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1200 is #42EDFF. Grayscale: #434343. Windows color (decimal): -4386304 or 4797. OLE color: 4797.

HSL color Cylindrical-coordinate representation of color #BD1200: hue angle of 5.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD1200 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB189180-
CMYK00.9010.26
HSL5.71º100%37.06%-
HSV(B)5.71º100%74.12%-
XYZ21.211.251.05-
YUV67.0890.15214.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 91.30%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.30%
G=8.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918000.9010.265.7110037.06
HexBD12005A641A66425
Octal275220013214432614445
Binary10111101100100010110101100100110101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1200; }

 p { color: rgb(189,18,0); }

 H1.HeaderClassName
 {
   color: #BD1200;
 }
 .AnyTagClassName
 {
   color: #BD1200;
 }
</style>
background-color css

<style>
 a { background-color: #BD1200; }

 a { background-color: rgb(189,18,0); }

 div.DivClassName
 {
   background-color: #BD1200;
 }
 .BgClassName
 {
   background-color: #BD1200;
 }
</style>
border-color css

<style>
 span { border-color: #BD1200; }

 span { border-color: rgb(189,18,0); }

 td.TdClassName
 {
   border-color: #BD1200;
 }
 .TagClassName
 {
   border-color: #BD1200;
 }
</style>