#B10D06

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

Shades of Free Speech Red #B10D06

Tints of Free Speech Red #B10D06

Color information

#B10D06 (or 0xB10D06) is unknown color: approx Free Speech Red. HEX triplet: B1, 0D and 06. RGB value is (177,13,6). Sum of RGB (Red+Green+Blue) = 177+13+6=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10D06 is #4EF2F9. Grayscale: #3D3D3D. Windows color (decimal): -5174010 or 396721. OLE color: 396721.

HSL color Cylindrical-coordinate representation of color #B10D06: hue angle of 2.46º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10D06 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB177136-
CMYK00.930.970.31
HSL2.46º93.44%35.88%-
HSV(B)2.46º96.61%69.41%-
XYZ18.319.651.07-
YUV61.2496.83210.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 90.31%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=90.31%
G=6.63%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713600.930.970.312.4693.4435.88
HexB1D605D611F25d24
Octal261156013514137213544
Binary10110001110111001011101110000111111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D06; }

 p { color: rgb(177,13,6); }

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

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

 a { background-color: rgb(177,13,6); }

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

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

 span { border-color: rgb(177,13,6); }

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