#B31B01

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

Shades of Free Speech Red #B31B01

Tints of Free Speech Red #B31B01

Color information

#B31B01 (or 0xB31B01) is unknown color: approx Free Speech Red. HEX triplet: B3, 1B and 01. RGB value is (179,27,1). Sum of RGB (Red+Green+Blue) = 179+27+1=207 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.47% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31B01 is #4CE4FE. Grayscale: #454545. Windows color (decimal): -5039359 or 72627. OLE color: 72627.

HSL color Cylindrical-coordinate representation of color #B31B01: hue angle of 8.76º 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 #B31B01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179271-
CMYK00.850.990.30
HSL8.76º98.89%35.29%-
HSV(B)8.76º99.44%70.2%-
XYZ18.9910.371.03-
YUV69.4889.36206.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 86.47%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=86.47%
G=13.04%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17927100.850.990.308.7698.8935.29
HexB31B1055631E96323
Octal2633310125143361114343
Binary101100111101110101010111000111111010011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31B01; }

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

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

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

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

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

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

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

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