Html Css Color HEX #B2130B Free Speech Red

📋 copy color: '#B2130B'

red 178 ◦ green 19 ◦ blue 11

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

Shades of Free Speech Red #B2130B

Tints of Free Speech Red #B2130B

RGB

 RED value IS 178 (69.92% from 255) = 85.58%

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 85.58%
G = 9.13%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2130B (or 0xB2130B) is known color: Free Speech Red. HEX triplet: B2, 13 and 0B. RGB value is (178,19,11). Sum of RGB (Red+Green+Blue) = 178+19+11=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B2130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2130B is #4DECF4. Grayscale: #414141. Windows color (decimal): -5106933 or 725938. OLE color: 725938.

HSL color Cylindrical-coordinate representation of color #B2130B: hue angle of 2.87º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2130B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 11 -
CMYK 0 0.89 0.94 0.30
HSL 2.87º 0.88% 0.37% -
HSV(B) 2.87º 0.94% 0.7% -
XYZ 18.65 9.95 1.25 -
YUV 65.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 178 19 11 0 0.89 0.94 0.30 2.87 0.88 0.37
Hex B2 13 B 0 59 5E 1E 3 58 25
Octal 262 23 13 0 131 136 36 3 130 45
Binary 10110010 10011 1011 0 1011001 1011110 11110 11 1011000 100101

Color Harmonies of #B2130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2130B

Black with #B2130B

Text Example


Text Example

White with #B2130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2130B; }

 p { color: rgb(178,19,11); }

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

background-color css

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

 a { background-color: rgb(178,19,11); }

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

border-color css

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

 span { border-color: rgb(178,19,11); }

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