#B31201

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

Shades of Free Speech Red #B31201

Tints of Free Speech Red #B31201

Color information

#B31201 (or 0xB31201) is unknown color: approx Free Speech Red. HEX triplet: B3, 12 and 01. RGB value is (179,18,1). Sum of RGB (Red+Green+Blue) = 179+18+1=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B31201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31201 is #4CEDFE. Grayscale: #404040. Windows color (decimal): -5041663 or 70323. OLE color: 70323.

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

Color convert

RGB179181-
CMYK00.900.990.30
HSL5.73º98.89%35.29%-
HSV(B)5.73º99.44%70.2%-
XYZ18.8110.020.97-
YUV64.292.34209.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 90.40%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=90.40%
G=9.09%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17918100.900.990.305.7398.8935.29
HexB312105A631E66323
Octal263221013214336614343
Binary10110011100101010110101100011111101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31201; }

 p { color: rgb(179,18,1); }

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

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

 a { background-color: rgb(179,18,1); }

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

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

 span { border-color: rgb(179,18,1); }

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