#B01801

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

Shades of Free Speech Red #B01801

Tints of Free Speech Red #B01801

Color information

#B01801 (or 0xB01801) is unknown color: approx Free Speech Red. HEX triplet: B0, 18 and 01. RGB value is (176,24,1). Sum of RGB (Red+Green+Blue) = 176+24+1=201 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.56% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 176 - color contains mainly: red. Hex color #B01801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01801 is #4FE7FE. Grayscale: #434343. Windows color (decimal): -5236735 or 71856. OLE color: 71856.

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

Color convert

RGB176241-
CMYK00.860.990.31
HSL7.89º98.87%34.71%-
HSV(B)7.89º99.43%69.02%-
XYZ18.249.890.98-
YUV66.8390.86205.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 87.56%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=87.56%
G=11.94%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17624100.860.990.317.8998.8734.71
HexB0181056631F86323
Octal2603010126143371014343
Binary101100001100010101011011000111111110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01801; }

 p { color: rgb(176,24,1); }

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

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

 a { background-color: rgb(176,24,1); }

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

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

 span { border-color: rgb(176,24,1); }

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