#B70A07

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

Shades of Free Speech Red #B70A07

Tints of Free Speech Red #B70A07

Color information

#B70A07 (or 0xB70A07) is unknown color: approx Free Speech Red. HEX triplet: B7, 0A and 07. RGB value is (183,10,7). Sum of RGB (Red+Green+Blue) = 183+10+7=200 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70A07 is #48F5F8. Grayscale: #3D3D3D. Windows color (decimal): -4781561 or 461495. OLE color: 461495.

HSL color Cylindrical-coordinate representation of color #B70A07: hue angle of 1.02º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70A07 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB183107-
CMYK00.950.960.28
HSL1.02º92.63%37.25%-
HSV(B)1.02º96.17%71.76%-
XYZ19.6810.31.15-
YUV61.3897.31214.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 91.5%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 7 (3.12% from 255) = 3.5%
R=91.5%
G=5%
B=3.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310700.950.960.281.0292.6337.25
HexB7A705F601C15d25
Octal267127013714034113545
Binary1011011110101110101111111000001110011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A07; }

 p { color: rgb(183,10,7); }

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

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

 a { background-color: rgb(183,10,7); }

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

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

 span { border-color: rgb(183,10,7); }

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