Html Css Color HEX #B2022A Venetian Red

📋 copy color: '#B2022A'

red 178 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #B2022A

Tints of Venetian Red #B2022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 80.18%
G = 0.9%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2022A (or 0xB2022A) is known color: Venetian Red. HEX triplet: B2, 02 and 2A. RGB value is (178,2,42). Sum of RGB (Red+Green+Blue) = 178+2+42=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B2022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2022A is #4DFDD5. Grayscale: #3B3B3B. Windows color (decimal): -5111254 or 2753202. OLE color: 2753202.

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

Color convert

RGB 178 2 42 -
CMYK 0 0.99 0.76 0.30
HSL 346.36º 0.98% 0.35% -
HSV(B) 346.36º 0.99% 0.7% -
XYZ 18.8 9.68 3.07 -
YUV 59.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 178 2 42 0 0.99 0.76 0.30 346.36 0.98 0.35
Hex B2 2 2A 0 63 4C 1E 15A 62 23
Octal 262 2 52 0 143 114 36 532 142 43
Binary 10110010 10 101010 0 1100011 1001100 11110 101011010 1100010 100011

Color Harmonies of #B2022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2022A

Black with #B2022A

Text Example


Text Example

White with #B2022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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