#B51202

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

Shades of Free Speech Red #B51202

Tints of Free Speech Red #B51202

Color information

#B51202 (or 0xB51202) is unknown color: approx Free Speech Red. HEX triplet: B5, 12 and 02. RGB value is (181,18,2). Sum of RGB (Red+Green+Blue) = 181+18+2=201 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.05% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 181 - color contains mainly: red. Hex color #B51202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51202 is #4AEDFD. Grayscale: #414141. Windows color (decimal): -4910590 or 135861. OLE color: 135861.

HSL color Cylindrical-coordinate representation of color #B51202: hue angle of 5.36º degrees, saturation: 0.98, 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 #B51202 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB181182-
CMYK00.900.990.29
HSL5.36º97.81%35.88%-
HSV(B)5.36º98.9%70.98%-
XYZ19.2810.261.02-
YUV64.9192.5210.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 90.05%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=90.05%
G=8.96%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118200.900.990.295.3697.8135.88
HexB512205A631D56224
Octal265222013214335514244
Binary101101011001010010110101100011111011011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51202; }

 p { color: rgb(181,18,2); }

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

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

 a { background-color: rgb(181,18,2); }

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

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

 span { border-color: rgb(181,18,2); }

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