#B10D07

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

Shades of Free Speech Red #B10D07

Tints of Free Speech Red #B10D07

Color information

#B10D07 (or 0xB10D07) is unknown color: approx Free Speech Red. HEX triplet: B1, 0D and 07. RGB value is (177,13,7). Sum of RGB (Red+Green+Blue) = 177+13+7=197 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.85% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10D07 is #4EF2F8. Grayscale: #3D3D3D. Windows color (decimal): -5174009 or 462257. OLE color: 462257.

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

Color convert

RGB177137-
CMYK00.930.960.31
HSL2.12º92.39%36.08%-
HSV(B)2.12º96.05%69.41%-
XYZ18.319.651.1-
YUV61.3597.33210.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 89.85%
GREEN value IS 13 (5.47% from 255) = 6.60%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=89.85%
G=6.60%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713700.930.960.312.1292.3936.08
HexB1D705D601F25c24
Octal261157013514037213444
Binary10110001110111101011101110000011111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D07; }

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

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

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

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

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

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

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

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