Html Css Color HEX #B20213 Venetian Red

📋 copy color: '#B20213'

red 178 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #B20213

Tints of Venetian Red #B20213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 89.45%
G = 1.01%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B20213 (or 0xB20213) is known color: Venetian Red. HEX triplet: B2, 02 and 13. RGB value is (178,2,19). Sum of RGB (Red+Green+Blue) = 178+2+19=199 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.45% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 178 - color contains mainly: red. Hex color #B20213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20213 is #4DFDEC. Grayscale: #383838. Windows color (decimal): -5111277 or 1245874. OLE color: 1245874.

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

Color convert

RGB 178 2 19 -
CMYK 0 0.99 0.89 0.30
HSL 354.2º 0.98% 0.35% -
HSV(B) 354.2º 0.99% 0.7% -
XYZ 18.5 9.56 1.49 -
YUV 56.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 178 2 19 0 0.99 0.89 0.30 354.2 0.98 0.35
Hex B2 2 13 0 63 59 1E 162 62 23
Octal 262 2 23 0 143 131 36 542 142 43
Binary 10110010 10 10011 0 1100011 1011001 11110 101100010 1100010 100011

Color Harmonies of #B20213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20213

Black with #B20213

Text Example


Text Example

White with #B20213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20213; }

 p { color: rgb(178,2,19); }

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

background-color css

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

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

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

border-color css

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

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

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