Html Css Color HEX #B20500 Free Speech Red

📋 copy color: '#B20500'

red 178 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #B20500

Tints of Free Speech Red #B20500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.27%
G = 2.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B20500 (or 0xB20500) is known color: Free Speech Red. HEX triplet: B2, 05 and 00. RGB value is (178,5,0). Sum of RGB (Red+Green+Blue) = 178+5+0=183 (24% of max value = 765). Red value is 178 (69.92% from 255 or 97.27% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 178 - color contains mainly: red. Hex color #B20500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20500 is #4DFAFF. Grayscale: #383838. Windows color (decimal): -5110528 or 1458. OLE color: 1458.

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

Color convert

RGB 178 5 0 -
CMYK 0 0.97 1 0.30
HSL 1.69º 1% 0.35% -
HSV(B) 1.69º 1% 0.7% -
XYZ 18.41 9.57 0.88 -
YUV 56.16 96.31 214.91 -
System Red Green Blue C M Y K H S L
Decimal 178 5 0 0 0.97 1 0.30 1.69 1 0.35
Hex B2 5 0 0 61 64 1E 2 64 23
Octal 262 5 0 0 141 144 36 2 144 43
Binary 10110010 101 0 0 1100001 1100100 11110 10 1100100 100011

Color Harmonies of #B20500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20500

Black with #B20500

Text Example


Text Example

White with #B20500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20500; }

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

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

background-color css

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

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

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

border-color css

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

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

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