Html Css Color HEX #B20212 Venetian Red

📋 copy color: '#B20212'

red 178 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #B20212

Tints of Venetian Red #B20212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 89.9%
G = 1.01%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B20212 (or 0xB20212) is known color: Venetian Red. HEX triplet: B2, 02 and 12. RGB value is (178,2,18). Sum of RGB (Red+Green+Blue) = 178+2+18=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B20212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20212 is #4DFDED. Grayscale: #383838. Windows color (decimal): -5111278 or 1180338. OLE color: 1180338.

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

Color convert

RGB 178 2 18 -
CMYK 0 0.99 0.90 0.30
HSL 354.55º 0.98% 0.35% -
HSV(B) 354.55º 0.99% 0.7% -
XYZ 18.49 9.55 1.44 -
YUV 56.45 106.31 214.7 -
System Red Green Blue C M Y K H S L
Decimal 178 2 18 0 0.99 0.90 0.30 354.55 0.98 0.35
Hex B2 2 12 0 63 5A 1E 163 62 23
Octal 262 2 22 0 143 132 36 543 142 43
Binary 10110010 10 10010 0 1100011 1011010 11110 101100011 1100010 100011

Color Harmonies of #B20212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20212

Black with #B20212

Text Example


Text Example

White with #B20212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20212; }

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

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

background-color css

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

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

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

border-color css

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

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

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