Html Css Color HEX #B20303 Free Speech Red

📋 copy color: '#B20303'

red 178 ◦ green 3 ◦ blue 3

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

Shades of Free Speech Red #B20303

Tints of Free Speech Red #B20303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 96.74%
G = 1.63%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B20303 (or 0xB20303) is known color: Free Speech Red. HEX triplet: B2, 03 and 03. RGB value is (178,3,3). Sum of RGB (Red+Green+Blue) = 178+3+3=184 (24% of max value = 765). Red value is 178 (69.92% from 255 or 96.74% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 178 - color contains mainly: red. Hex color #B20303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20303 is #4DFCFC. Grayscale: #373737. Windows color (decimal): -5111037 or 197554. OLE color: 197554.

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

Color convert

RGB 178 3 3 -
CMYK 0 0.98 0.98 0.30
HSL 0.97% 0.35% -
HSV(B) 0.98% 0.7% -
XYZ 18.41 9.54 0.96 -
YUV 55.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 178 3 3 0 0.98 0.98 0.30 0 0.97 0.35
Hex B2 3 3 0 62 62 1E 0 61 23
Octal 262 3 3 0 142 142 36 0 141 43
Binary 10110010 11 11 0 1100010 1100010 11110 0 1100001 100011

Color Harmonies of #B20303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20303

Black with #B20303

Text Example


Text Example

White with #B20303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20303; }

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

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

background-color css

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

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

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

border-color css

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

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

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