#B9110D

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

Shades of Free Speech Red #B9110D

Tints of Free Speech Red #B9110D

Color information

#B9110D (or 0xB9110D) is unknown color: approx Free Speech Red. HEX triplet: B9, 11 and 0D. RGB value is (185,17,13). Sum of RGB (Red+Green+Blue) = 185+17+13=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9110D is #46EEF2. Grayscale: #424242. Windows color (decimal): -4648691 or 856505. OLE color: 856505.

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

Color convert

RGB1851713-
CMYK00.910.930.27
HSL1.4º86.87%38.82%-
HSV(B)1.4º92.97%72.55%-
XYZ20.2810.741.39-
YUV66.7897.66212.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 86.05%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 13 (5.47% from 255) = 6.05%
R=86.05%
G=7.91%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185171300.910.930.271.486.8738.82
HexB911D05B5D1B15727
Octal2712115013313533112747
Binary101110011000111010101101110111011101111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9110D; }

 p { color: rgb(185,17,13); }

 H1.HeaderClassName
 {
   color: #B9110D;
 }
 .AnyTagClassName
 {
   color: #B9110D;
 }
</style>
background-color css

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

 a { background-color: rgb(185,17,13); }

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

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

 span { border-color: rgb(185,17,13); }

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