#B21504

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

Shades of Free Speech Red #B21504

Tints of Free Speech Red #B21504

Color information

#B21504 (or 0xB21504) is unknown color: approx Free Speech Red. HEX triplet: B2, 15 and 04. RGB value is (178,21,4). Sum of RGB (Red+Green+Blue) = 178+21+4=203 (26% of max value = 765). Red value is 178 (69.92% from 255 or 87.68% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 178 - color contains mainly: red. Hex color #B21504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21504 is #4DEAFB. Grayscale: #424242. Windows color (decimal): -5106428 or 267698. OLE color: 267698.

HSL color Cylindrical-coordinate representation of color #B21504: hue angle of 5.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B21504 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB178214-
CMYK00.880.980.30
HSL5.86º95.6%35.69%-
HSV(B)5.86º97.75%69.8%-
XYZ18.6510.011.06-
YUV66.0193.01207.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 87.68%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 4 (1.95% from 255) = 1.97%
R=87.68%
G=10.34%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17821400.880.980.305.8695.635.69
HexB2154058621E66024
Octal262254013014236614044
Binary1011001010101100010110001100010111101101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21504; }

 p { color: rgb(178,21,4); }

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

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

 a { background-color: rgb(178,21,4); }

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

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

 span { border-color: rgb(178,21,4); }

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