Html Css Color HEX #B5120A Free Speech Red

📋 copy color: '#B5120A'

red 181 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #B5120A

Tints of Free Speech Red #B5120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 86.6%
G = 8.61%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5120A (or 0xB5120A) is known color: Free Speech Red. HEX triplet: B5, 12 and 0A. RGB value is (181,18,10). Sum of RGB (Red+Green+Blue) = 181+18+10=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B5120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5120A is #4AEDF5. Grayscale: #424242. Windows color (decimal): -4910582 or 660149. OLE color: 660149.

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

Color convert

RGB 181 18 10 -
CMYK 0 0.90 0.94 0.29
HSL 2.81º 0.9% 0.37% -
HSV(B) 2.81º 0.94% 0.71% -
XYZ 19.33 10.28 1.25 -
YUV 65.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 181 18 10 0 0.90 0.94 0.29 2.81 0.9 0.37
Hex B5 12 A 0 5A 5E 1D 3 5A 25
Octal 265 22 12 0 132 136 35 3 132 45
Binary 10110101 10010 1010 0 1011010 1011110 11101 11 1011010 100101

Color Harmonies of #B5120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5120A

Black with #B5120A

Text Example


Text Example

White with #B5120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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