Html Css Color HEX #B9130A Free Speech Red

📋 copy color: '#B9130A'

red 185 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #B9130A

Tints of Free Speech Red #B9130A

RGB

 RED value IS 185 (72.66% from 255) = 86.45%

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

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

R = 86.45%
G = 8.88%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9130A (or 0xB9130A) is known color: Free Speech Red. HEX triplet: B9, 13 and 0A. RGB value is (185,19,10). Sum of RGB (Red+Green+Blue) = 185+19+10=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B9130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9130A is #46ECF5. Grayscale: #434343. Windows color (decimal): -4648182 or 660409. OLE color: 660409.

HSL color Cylindrical-coordinate representation of color #B9130A: hue angle of 3.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 10 -
CMYK 0 0.90 0.95 0.27
HSL 3.09º 0.9% 0.38% -
HSV(B) 3.09º 0.95% 0.73% -
XYZ 20.3 10.8 1.3 -
YUV 67.61 95.5 211.73 -
System Red Green Blue C M Y K H S L
Decimal 185 19 10 0 0.90 0.95 0.27 3.09 0.9 0.38
Hex B9 13 A 0 5A 5F 1B 3 5A 26
Octal 271 23 12 0 132 137 33 3 132 46
Binary 10111001 10011 1010 0 1011010 1011111 11011 11 1011010 100110

Color Harmonies of #B9130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9130A

Black with #B9130A

Text Example


Text Example

White with #B9130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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