Html Css Color HEX #B9130F Free Speech Red

📋 copy color: '#B9130F'

red 185 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #B9130F

Tints of Free Speech Red #B9130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.85%

R = 84.47%
G = 8.68%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9130F (or 0xB9130F) is known color: Free Speech Red. HEX triplet: B9, 13 and 0F. RGB value is (185,19,15). Sum of RGB (Red+Green+Blue) = 185+19+15=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B9130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9130F is #46ECF0. Grayscale: #444444. Windows color (decimal): -4648177 or 988089. OLE color: 988089.

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

Color convert

RGB 185 19 15 -
CMYK 0 0.90 0.92 0.27
HSL 1.41º 0.85% 0.39% -
HSV(B) 1.41º 0.92% 0.73% -
XYZ 20.33 10.81 1.47 -
YUV 68.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 185 19 15 0 0.90 0.92 0.27 1.41 0.85 0.39
Hex B9 13 F 0 5A 5C 1B 1 55 27
Octal 271 23 17 0 132 134 33 1 125 47
Binary 10111001 10011 1111 0 1011010 1011100 11011 1 1010101 100111

Color Harmonies of #B9130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9130F

Black with #B9130F

Text Example


Text Example

White with #B9130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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