Html Css Color HEX #BD120C Free Speech Red

📋 copy color: '#BD120C'

red 189 ◦ green 18 ◦ blue 12

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

Shades of Free Speech Red #BD120C

Tints of Free Speech Red #BD120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 86.3%
G = 8.22%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD120C (or 0xBD120C) is known color: Free Speech Red. HEX triplet: BD, 12 and 0C. RGB value is (189,18,12). Sum of RGB (Red+Green+Blue) = 189+18+12=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD120C is #42EDF3. Grayscale: #444444. Windows color (decimal): -4386292 or 791229. OLE color: 791229.

HSL color Cylindrical-coordinate representation of color #BD120C: hue angle of 2.03º 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 #BD120C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 12 -
CMYK 0 0.90 0.94 0.26
HSL 2.03º 0.88% 0.39% -
HSV(B) 2.03º 0.94% 0.74% -
XYZ 21.27 11.28 1.4 -
YUV 68.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 189 18 12 0 0.90 0.94 0.26 2.03 0.88 0.39
Hex BD 12 C 0 5A 5E 1A 2 58 27
Octal 275 22 14 0 132 136 32 2 130 47
Binary 10111101 10010 1100 0 1011010 1011110 11010 10 1011000 100111

Color Harmonies of #BD120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD120C

Black with #BD120C

Text Example


Text Example

White with #BD120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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