Html Css Color HEX #B4130C Free Speech Red

📋 copy color: '#B4130C'

red 180 ◦ green 19 ◦ blue 12

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

Shades of Free Speech Red #B4130C

Tints of Free Speech Red #B4130C

RGB

 RED value IS 180 (70.7% from 255) = 85.31%

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

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

R = 85.31%
G = 9%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4130C (or 0xB4130C) is known color: Free Speech Red. HEX triplet: B4, 13 and 0C. RGB value is (180,19,12). Sum of RGB (Red+Green+Blue) = 180+19+12=211 (27% of max value = 765). Red value is 180 (70.70% from 255 or 85.31% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 180 - color contains mainly: red. Hex color #B4130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4130C is #4BECF3. Grayscale: #424242. Windows color (decimal): -4975860 or 791476. OLE color: 791476.

HSL color Cylindrical-coordinate representation of color #B4130C: hue angle of 2.5º 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 #B4130C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 12 -
CMYK 0 0.89 0.93 0.29
HSL 2.5º 0.88% 0.38% -
HSV(B) 2.5º 0.93% 0.71% -
XYZ 19.12 10.2 1.31 -
YUV 66.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 180 19 12 0 0.89 0.93 0.29 2.5 0.88 0.38
Hex B4 13 C 0 59 5D 1D 2 58 26
Octal 264 23 14 0 131 135 35 2 130 46
Binary 10110100 10011 1100 0 1011001 1011101 11101 10 1011000 100110

Color Harmonies of #B4130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4130C

Black with #B4130C

Text Example


Text Example

White with #B4130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4130C; }

 p { color: rgb(180,19,12); }

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

background-color css

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

 a { background-color: rgb(180,19,12); }

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

border-color css

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

 span { border-color: rgb(180,19,12); }

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