Html Css Color HEX #B6022C Venetian Red

📋 copy color: '#B6022C'

red 182 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #B6022C

Tints of Venetian Red #B6022C

RGB

 RED value IS 182 (71.48% from 255) = 79.82%

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

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 79.82%
G = 0.88%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6022C (or 0xB6022C) is known color: Venetian Red. HEX triplet: B6, 02 and 2C. RGB value is (182,2,44). Sum of RGB (Red+Green+Blue) = 182+2+44=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B6022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6022C is #49FDD3. Grayscale: #3C3C3C. Windows color (decimal): -4849108 or 2884278. OLE color: 2884278.

HSL color Cylindrical-coordinate representation of color #B6022C: hue angle of 346º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6022C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 44 -
CMYK 0 0.99 0.76 0.29
HSL 346º 0.98% 0.36% -
HSV(B) 346º 0.99% 0.71% -
XYZ 19.77 10.17 3.3 -
YUV 60.61 118.63 214.58 -
System Red Green Blue C M Y K H S L
Decimal 182 2 44 0 0.99 0.76 0.29 346 0.98 0.36
Hex B6 2 2C 0 63 4C 1D 15A 62 24
Octal 266 2 54 0 143 114 35 532 142 44
Binary 10110110 10 101100 0 1100011 1001100 11101 101011010 1100010 100100

Color Harmonies of #B6022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6022C

Black with #B6022C

Text Example


Text Example

White with #B6022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6022C; }

 p { color: rgb(182,2,44); }

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

background-color css

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

 a { background-color: rgb(182,2,44); }

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

border-color css

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

 span { border-color: rgb(182,2,44); }

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