Html Css Color HEX #B6020D Venetian Red

📋 copy color: '#B6020D'

red 182 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #B6020D

Tints of Venetian Red #B6020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 92.39%
G = 1.02%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6020D (or 0xB6020D) is known color: Venetian Red. HEX triplet: B6, 02 and 0D. RGB value is (182,2,13). Sum of RGB (Red+Green+Blue) = 182+2+13=197 (26% of max value = 765). Red value is 182 (71.48% from 255 or 92.39% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 182 - color contains mainly: red. Hex color #B6020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6020D is #49FDF2. Grayscale: #393939. Windows color (decimal): -4849139 or 852662. OLE color: 852662.

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

Color convert

RGB 182 2 13 -
CMYK 0 0.99 0.93 0.29
HSL 356.33º 0.98% 0.36% -
HSV(B) 356.33º 0.99% 0.71% -
XYZ 19.39 10.02 1.29 -
YUV 57.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 182 2 13 0 0.99 0.93 0.29 356.33 0.98 0.36
Hex B6 2 D 0 63 5D 1D 164 62 24
Octal 266 2 15 0 143 135 35 544 142 44
Binary 10110110 10 1101 0 1100011 1011101 11101 101100100 1100010 100100

Color Harmonies of #B6020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6020D

Black with #B6020D

Text Example


Text Example

White with #B6020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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