Html Css Color HEX #B5120C Free Speech Red

📋 copy color: '#B5120C'

red 181 ◦ green 18 ◦ blue 12

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

Shades of Free Speech Red #B5120C

Tints of Free Speech Red #B5120C

RGB

 RED value IS 181 (71.09% from 255) = 85.78%

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

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

R = 85.78%
G = 8.53%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5120C (or 0xB5120C) is known color: Free Speech Red. HEX triplet: B5, 12 and 0C. RGB value is (181,18,12). Sum of RGB (Red+Green+Blue) = 181+18+12=211 (27% of max value = 765). Red value is 181 (71.09% from 255 or 85.78% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 181 - color contains mainly: red. Hex color #B5120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5120C is #4AEDF3. Grayscale: #424242. Windows color (decimal): -4910580 or 791221. OLE color: 791221.

HSL color Cylindrical-coordinate representation of color #B5120C: hue angle of 2.13º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5120C is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 12 -
CMYK 0 0.90 0.93 0.29
HSL 2.13º 0.88% 0.38% -
HSV(B) 2.13º 0.93% 0.71% -
XYZ 19.34 10.28 1.31 -
YUV 66.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 181 18 12 0 0.90 0.93 0.29 2.13 0.88 0.38
Hex B5 12 C 0 5A 5D 1D 2 58 26
Octal 265 22 14 0 132 135 35 2 130 46
Binary 10110101 10010 1100 0 1011010 1011101 11101 10 1011000 100110

Color Harmonies of #B5120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5120C

Black with #B5120C

Text Example


Text Example

White with #B5120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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