#B70400

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

Shades of Free Speech Red #B70400

Tints of Free Speech Red #B70400

Color information

#B70400 (or 0xB70400) is unknown color: approx Free Speech Red. HEX triplet: B7, 04 and 00. RGB value is (183,4,0). Sum of RGB (Red+Green+Blue) = 183+4+0=187 (24% of max value = 765). Red value is 183 (71.88% from 255 or 97.86% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 183 - color contains mainly: red. Hex color #B70400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70400 is #48FBFF. Grayscale: #393939. Windows color (decimal): -4783104 or 1207. OLE color: 1207.

HSL color Cylindrical-coordinate representation of color #B70400: hue angle of 1.31º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB18340-
CMYK00.9810.28
HSL1.31º100%35.88%-
HSV(B)1.31º100%71.76%-
XYZ19.5710.150.93-
YUV57.0695.8217.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 97.86%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.86%
G=2.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834000.9810.281.3110035.88
HexB740062641C16424
Octal26740014214434114444
Binary1011011110000110001011001001110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70400; }

 p { color: rgb(183,4,0); }

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

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

 a { background-color: rgb(183,4,0); }

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

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

 span { border-color: rgb(183,4,0); }

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