#B9130F

Color #B9130F Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #B9130F

Tints of Free Speech Red #B9130F

Color information

#B9130F (or 0xB9130F) is unknown color: approx 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

RGB1851915-
CMYK00.900.920.27
HSL1.41º85%39.22%-
HSV(B)1.41º91.89%72.55%-
XYZ20.3310.811.47-
YUV68.1898211.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185191500.900.920.271.418539.22
HexB913F05A5C1B15527
Octal2712317013213433112547
Binary101110011001111110101101010111001101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>