Html Css Color HEX #B0120A Free Speech Red

📋 copy color: '#B0120A'

red 176 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #B0120A

Tints of Free Speech Red #B0120A

RGB

 RED value IS 176 (69.14% from 255) = 86.27%

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

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

R = 86.27%
G = 8.82%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0120A (or 0xB0120A) is known color: Free Speech Red. HEX triplet: B0, 12 and 0A. RGB value is (176,18,10). Sum of RGB (Red+Green+Blue) = 176+18+10=204 (27% of max value = 765). Red value is 176 (69.14% from 255 or 86.27% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 176 - color contains mainly: red. Hex color #B0120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0120A is #4FEDF5. Grayscale: #404040. Windows color (decimal): -5238262 or 660144. OLE color: 660144.

HSL color Cylindrical-coordinate representation of color #B0120A: hue angle of 2.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0120A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 10 -
CMYK 0 0.90 0.94 0.31
HSL 2.89º 0.89% 0.36% -
HSV(B) 2.89º 0.94% 0.69% -
XYZ 18.18 9.68 1.2 -
YUV 64.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 176 18 10 0 0.90 0.94 0.31 2.89 0.89 0.36
Hex B0 12 A 0 5A 5E 1F 3 59 24
Octal 260 22 12 0 132 136 37 3 131 44
Binary 10110000 10010 1010 0 1011010 1011110 11111 11 1011001 100100

Color Harmonies of #B0120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0120A

Black with #B0120A

Text Example


Text Example

White with #B0120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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