#B31001

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

Shades of Free Speech Red #B31001

Tints of Free Speech Red #B31001

Color information

#B31001 (or 0xB31001) is unknown color: approx Free Speech Red. HEX triplet: B3, 10 and 01. RGB value is (179,16,1). Sum of RGB (Red+Green+Blue) = 179+16+1=196 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.33% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 179 - color contains mainly: red. Hex color #B31001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31001 is #4CEFFE. Grayscale: #3F3F3F. Windows color (decimal): -5042175 or 69811. OLE color: 69811.

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

Color convert

RGB179161-
CMYK00.910.990.30
HSL5.06º98.89%35.29%-
HSV(B)5.06º99.44%70.2%-
XYZ18.789.960.96-
YUV63.0393210.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 91.33%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=91.33%
G=8.16%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916100.910.990.305.0698.8935.29
HexB310105B631E56323
Octal263201013314336514343
Binary10110011100001010110111100011111101011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31001; }

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

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

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

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

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

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

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

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