Html Css Color HEX #B2020A Venetian Red

📋 copy color: '#B2020A'

red 178 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #B2020A

Tints of Venetian Red #B2020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 93.68%
G = 1.05%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2020A (or 0xB2020A) is known color: Venetian Red. HEX triplet: B2, 02 and 0A. RGB value is (178,2,10). Sum of RGB (Red+Green+Blue) = 178+2+10=190 (25% of max value = 765). Red value is 178 (69.92% from 255 or 93.68% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 178 - color contains mainly: red. Hex color #B2020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2020A is #4DFDF5. Grayscale: #373737. Windows color (decimal): -5111286 or 656050. OLE color: 656050.

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

Color convert

RGB 178 2 10 -
CMYK 0 0.99 0.94 0.30
HSL 357.27º 0.98% 0.35% -
HSV(B) 357.27º 0.99% 0.7% -
XYZ 18.44 9.53 1.15 -
YUV 55.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 178 2 10 0 0.99 0.94 0.30 357.27 0.98 0.35
Hex B2 2 A 0 63 5E 1E 165 62 23
Octal 262 2 12 0 143 136 36 545 142 43
Binary 10110010 10 1010 0 1100011 1011110 11110 101100101 1100010 100011

Color Harmonies of #B2020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2020A

Black with #B2020A

Text Example


Text Example

White with #B2020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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