Html Css Color HEX #B20300 Free Speech Red

📋 copy color: '#B20300'

red 178 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #B20300

Tints of Free Speech Red #B20300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 98.34%
G = 1.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B20300 (or 0xB20300) is known color: Free Speech Red. HEX triplet: B2, 03 and 00. RGB value is (178,3,0). Sum of RGB (Red+Green+Blue) = 178+3+0=181 (23% of max value = 765). Red value is 178 (69.92% from 255 or 98.34% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 178 - color contains mainly: red. Hex color #B20300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20300 is #4DFCFF. Grayscale: #373737. Windows color (decimal): -5111040 or 946. OLE color: 946.

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

Color convert

RGB 178 3 0 -
CMYK 0 0.98 1 0.30
HSL 1.01º 1% 0.35% -
HSV(B) 1.01º 1% 0.7% -
XYZ 18.39 9.53 0.87 -
YUV 54.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 178 3 0 0 0.98 1 0.30 1.01 1 0.35
Hex B2 3 0 0 62 64 1E 1 64 23
Octal 262 3 0 0 142 144 36 1 144 43
Binary 10110010 11 0 0 1100010 1100100 11110 1 1100100 100011

Color Harmonies of #B20300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20300

Black with #B20300

Text Example


Text Example

White with #B20300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20300; }

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

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

background-color css

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

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

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

border-color css

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

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

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