#B50606

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

Shades of Free Speech Red #B50606

Tints of Free Speech Red #B50606

Color information

#B50606 (or 0xB50606) is unknown color: approx Free Speech Red. HEX triplet: B5, 06 and 06. RGB value is (181,6,6). Sum of RGB (Red+Green+Blue) = 181+6+6=193 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.78% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 181 - color contains mainly: red. Hex color #B50606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50606 is #4AF9F9. Grayscale: #3A3A3A. Windows color (decimal): -4913658 or 394933. OLE color: 394933.

HSL color Cylindrical-coordinate representation of color #B50606: hue angle of 0º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50606 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB18166-
CMYK00.970.970.29
HSL93.58%36.67%-
HSV(B)96.69%70.98%-
XYZ19.159.971.09-
YUV58.3298.48215.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 93.78%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=93.78%
G=3.11%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816600.970.970.29093.5836.67
HexB566061611D05e25
Octal26566014114135013645
Binary101101011101100110000111000011110101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50606; }

 p { color: rgb(181,6,6); }

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

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

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

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

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

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

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