#B00600

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

Shades of Free Speech Red #B00600

Tints of Free Speech Red #B00600

Color information

#B00600 (or 0xB00600) is unknown color: approx Free Speech Red. HEX triplet: B0, 06 and 00. RGB value is (176,6,0). Sum of RGB (Red+Green+Blue) = 176+6+0=182 (24% of max value = 765). Red value is 176 (69.14% from 255 or 96.70% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 176 - color contains mainly: red. Hex color #B00600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00600 is #4FF9FF. Grayscale: #383838. Windows color (decimal): -5241344 or 1712. OLE color: 1712.

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

Color convert

RGB17660-
CMYK00.9710.31
HSL2.05º100%34.51%-
HSV(B)2.05º100%69.02%-
XYZ17.979.360.86-
YUV56.1596.32213.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 96.70%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.70%
G=3.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766000.9710.312.0510034.51
HexB060061641F26423
Octal26060014114437214443
Binary10110000110001100001110010011111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00600; }

 p { color: rgb(176,6,0); }

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

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

 a { background-color: rgb(176,6,0); }

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

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

 span { border-color: rgb(176,6,0); }

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