#B51B01

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

Shades of Free Speech Red #B51B01

Tints of Free Speech Red #B51B01

Color information

#B51B01 (or 0xB51B01) is unknown color: approx Free Speech Red. HEX triplet: B5, 1B and 01. RGB value is (181,27,1). Sum of RGB (Red+Green+Blue) = 181+27+1=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51B01 is #4AE4FE. Grayscale: #464646. Windows color (decimal): -4908287 or 72629. OLE color: 72629.

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

Color convert

RGB181271-
CMYK00.850.990.29
HSL8.67º98.9%35.69%-
HSV(B)8.67º99.45%70.98%-
XYZ19.4510.611.05-
YUV70.0889.02207.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 86.60%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=86.60%
G=12.92%
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.29
SystemRedGreenBlueCMYKHSL
Decimal18127100.850.990.298.6798.935.69
HexB51B1055631D96324
Octal2653310125143351114344
Binary101101011101110101010111000111110110011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51B01; }

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

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

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

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

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

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

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

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