#B21301

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

Shades of Free Speech Red #B21301

Tints of Free Speech Red #B21301

Color information

#B21301 (or 0xB21301) is unknown color: approx Free Speech Red. HEX triplet: B2, 13 and 01. RGB value is (178,19,1). Sum of RGB (Red+Green+Blue) = 178+19+1=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B21301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21301 is #4DECFE. Grayscale: #404040. Windows color (decimal): -5106943 or 70578. OLE color: 70578.

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

Color convert

RGB178191-
CMYK00.890.990.30
HSL6.1º98.88%35.1%-
HSV(B)6.1º99.44%69.8%-
XYZ18.69.930.97-
YUV64.4992.18208.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 89.90%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=89.90%
G=9.60%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17819100.890.990.306.198.8835.1
HexB2131059631E66323
Octal262231013114336614343
Binary10110010100111010110011100011111101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21301; }

 p { color: rgb(178,19,1); }

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

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

 a { background-color: rgb(178,19,1); }

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

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

 span { border-color: rgb(178,19,1); }

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