Html Css Color HEX #B4130A Free Speech Red

📋 copy color: '#B4130A'

red 180 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #B4130A

Tints of Free Speech Red #B4130A

RGB

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

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

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

R = 86.12%
G = 9.09%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4130A (or 0xB4130A) is known color: Free Speech Red. HEX triplet: B4, 13 and 0A. RGB value is (180,19,10). Sum of RGB (Red+Green+Blue) = 180+19+10=209 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.12% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 180 - color contains mainly: red. Hex color #B4130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4130A is #4BECF5. Grayscale: #424242. Windows color (decimal): -4975862 or 660404. OLE color: 660404.

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

Color convert

RGB 180 19 10 -
CMYK 0 0.89 0.94 0.29
HSL 3.18º 0.89% 0.37% -
HSV(B) 3.18º 0.94% 0.71% -
XYZ 19.11 10.19 1.25 -
YUV 66.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 180 19 10 0 0.89 0.94 0.29 3.18 0.89 0.37
Hex B4 13 A 0 59 5E 1D 3 59 25
Octal 264 23 12 0 131 136 35 3 131 45
Binary 10110100 10011 1010 0 1011001 1011110 11101 11 1011001 100101

Color Harmonies of #B4130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4130A

Black with #B4130A

Text Example


Text Example

White with #B4130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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