Html Css Color HEX #B6021C Venetian Red

📋 copy color: '#B6021C'

red 182 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #B6021C

Tints of Venetian Red #B6021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 85.85%
G = 0.94%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6021C (or 0xB6021C) is known color: Venetian Red. HEX triplet: B6, 02 and 1C. RGB value is (182,2,28). Sum of RGB (Red+Green+Blue) = 182+2+28=212 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.85% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 182 - color contains mainly: red. Hex color #B6021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6021C is #49FDE3. Grayscale: #3A3A3A. Windows color (decimal): -4849124 or 1835702. OLE color: 1835702.

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

Color convert

RGB 182 2 28 -
CMYK 0 0.99 0.85 0.29
HSL 351.33º 0.98% 0.36% -
HSV(B) 351.33º 0.99% 0.71% -
XYZ 19.52 10.07 2.01 -
YUV 58.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 182 2 28 0 0.99 0.85 0.29 351.33 0.98 0.36
Hex B6 2 1C 0 63 55 1D 15F 62 24
Octal 266 2 34 0 143 125 35 537 142 44
Binary 10110110 10 11100 0 1100011 1010101 11101 101011111 1100010 100100

Color Harmonies of #B6021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6021C

Black with #B6021C

Text Example


Text Example

White with #B6021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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