Html Css Color HEX #BD0F0C Free Speech Red

📋 copy color: '#BD0F0C'

red 189 ◦ green 15 ◦ blue 12

#BD0F0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BD0F0C

Tints of Free Speech Red #BD0F0C

RGB

 RED value IS 189 (74.22% from 255) = 87.5%

 GREEN value IS 15 (6.25% from 255) = 6.94%

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 87.5%
G = 6.94%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD0F0C (or 0xBD0F0C) is known color: Free Speech Red. HEX triplet: BD, 0F and 0C. RGB value is (189,15,12). Sum of RGB (Red+Green+Blue) = 189+15+12=216 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.5% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0F0C is #42F0F3. Grayscale: #424242. Windows color (decimal): -4387060 or 790461. OLE color: 790461.

HSL color Cylindrical-coordinate representation of color #BD0F0C: hue angle of 1.02º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0F0C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 15 12 -
CMYK 0 0.92 0.94 0.26
HSL 1.02º 0.88% 0.39% -
HSV(B) 1.02º 0.94% 0.74% -
XYZ 21.22 11.19 1.39 -
YUV 66.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 189 15 12 0 0.92 0.94 0.26 1.02 0.88 0.39
Hex BD F C 0 5C 5E 1A 1 58 27
Octal 275 17 14 0 134 136 32 1 130 47
Binary 10111101 1111 1100 0 1011100 1011110 11010 1 1011000 100111

Color Harmonies of #BD0F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F0C

Black with #BD0F0C

Text Example


Text Example

White with #BD0F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F0C; }

 p { color: rgb(189,15,12); }

 H1.HeaderClassName
 {
   color: #BD0F0C;
 }
 .AnyTagClassName
 {
   color: #BD0F0C;
 }
</style>

background-color css

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

 a { background-color: rgb(189,15,12); }

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

border-color css

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

 span { border-color: rgb(189,15,12); }

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