Html Css Color HEX #B21301 Free Speech Red

📋 copy color: '#B21301'

red 178 ◦ green 19 ◦ blue 1

#B21301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #B21301

Tints of Free Speech Red #B21301

RGB

 RED value IS 178 (69.92% from 255) = 89.9%

 GREEN value IS 19 (7.81% from 255) = 9.6%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 89.9%
G = 9.6%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B21301 (or 0xB21301) is known color: 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

RGB 178 19 1 -
CMYK 0 0.89 0.99 0.30
HSL 6.1º 0.99% 0.35% -
HSV(B) 6.1º 0.99% 0.7% -
XYZ 18.6 9.93 0.97 -
YUV 64.49 92.18 208.96 -
System Red Green Blue C M Y K H S L
Decimal 178 19 1 0 0.89 0.99 0.30 6.1 0.99 0.35
Hex B2 13 1 0 59 63 1E 6 63 23
Octal 262 23 1 0 131 143 36 6 143 43
Binary 10110010 10011 1 0 1011001 1100011 11110 110 1100011 100011

Color Harmonies of #B21301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21301

Black with #B21301

Text Example


Text Example

White with #B21301

Text Example


Text Example

HTML Codes & Css Web 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>