#b21e00

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

Shades of Free Speech Red #B21E00

Tints of Free Speech Red #B21E00

Color information

#B21E00 (or 0xB21E00) is unknown color: approx Free Speech Red. HEX triplet: B2, 1E and 00. RGB value is (178,30,0). Sum of RGB (Red+Green+Blue) = 178+30+0=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E00 is #4DE1FF. Grayscale: #474747. Windows color (decimal): -5104128 or 7858. OLE color: 7858.

HSL color Cylindrical-coordinate representation of color #B21E00: hue angle of 10.11º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B21E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB178300-
CMYK00.8310.30
HSL10.11º100%34.9%-
HSV(B)10.11º100%69.8%-
XYZ18.8210.391.01-
YUV70.8388.03204.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 85.58%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.58%
G=14.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17830000.8310.3010.1110034.9
HexB21E0053641Ea6423
Octal2623600123144361214443
Binary101100101111000101001111001001111010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21e00; }

 p { color: rgb(178,30,0); }

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

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

 a { background-color: rgb(178,30,0); }

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

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

 span { border-color: rgb(178,30,0); }

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