Html Css Color HEX #B20501 Free Speech Red

📋 copy color: '#B20501'

red 178 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #B20501

Tints of Free Speech Red #B20501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

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

R = 96.74%
G = 2.72%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B20501 (or 0xB20501) is known color: Free Speech Red. HEX triplet: B2, 05 and 01. RGB value is (178,5,1). Sum of RGB (Red+Green+Blue) = 178+5+1=184 (24% of max value = 765). Red value is 178 (69.92% from 255 or 96.74% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 178 - color contains mainly: red. Hex color #B20501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20501 is #4DFAFE. Grayscale: #383838. Windows color (decimal): -5110527 or 66994. OLE color: 66994.

HSL color Cylindrical-coordinate representation of color #B20501: hue angle of 1.36º 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 #B20501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 1 -
CMYK 0 0.97 0.99 0.30
HSL 1.36º 0.99% 0.35% -
HSV(B) 1.36º 0.99% 0.7% -
XYZ 18.42 9.58 0.91 -
YUV 56.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 178 5 1 0 0.97 0.99 0.30 1.36 0.99 0.35
Hex B2 5 1 0 61 63 1E 1 63 23
Octal 262 5 1 0 141 143 36 1 143 43
Binary 10110010 101 1 0 1100001 1100011 11110 1 1100011 100011

Color Harmonies of #B20501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20501

Black with #B20501

Text Example


Text Example

White with #B20501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20501; }

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

 H1.HeaderClassName
 {
   color: #B20501;
 }
 .AnyTagClassName
 {
   color: #B20501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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