#A70B0B

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

Shades of Free Speech Red #A70B0B

Tints of Free Speech Red #A70B0B

Color information

#A70B0B (or 0xA70B0B) is unknown color: approx Free Speech Red. HEX triplet: A7, 0B and 0B. RGB value is (167,11,11). Sum of RGB (Red+Green+Blue) = 167+11+11=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70B0B is #58F4F4. Grayscale: #393939. Windows color (decimal): -5829877 or 723879. OLE color: 723879.

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

Color convert

RGB1671111-
CMYK00.930.930.35
HSL87.64%34.9%-
HSV(B)93.41%65.49%-
XYZ16.128.481.1-
YUV57.64101.68206-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 88.36%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=88.36%
G=5.82%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167111100.930.930.35087.6434.9
HexA7BB05D5D2305823
Octal2471313013513543013043
Binary101001111011101101011101101110110001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B0B; }

 p { color: rgb(167,11,11); }

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

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

 a { background-color: rgb(167,11,11); }

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

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

 span { border-color: rgb(167,11,11); }

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