Html Css Color HEX #B60813 Venetian Red

📋 copy color: '#B60813'

red 182 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #B60813

Tints of Venetian Red #B60813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

 BLUE value IS 19 (7.81% from 255) = 9.09%

R = 87.08%
G = 3.83%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B60813 (or 0xB60813) is known color: Venetian Red. HEX triplet: B6, 08 and 13. RGB value is (182,8,19). Sum of RGB (Red+Green+Blue) = 182+8+19=209 (27% of max value = 765). Red value is 182 (71.48% from 255 or 87.08% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 182 - color contains mainly: red. Hex color #B60813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60813 is #49F7EC. Grayscale: #3D3D3D. Windows color (decimal): -4847597 or 1247414. OLE color: 1247414.

HSL color Cylindrical-coordinate representation of color #B60813: hue angle of 356.21º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60813 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 19 -
CMYK 0 0.96 0.90 0.29
HSL 356.21º 0.92% 0.37% -
HSV(B) 356.21º 0.96% 0.71% -
XYZ 19.5 10.17 1.55 -
YUV 61.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 182 8 19 0 0.96 0.90 0.29 356.21 0.92 0.37
Hex B6 8 13 0 60 5A 1D 164 5C 25
Octal 266 10 23 0 140 132 35 544 134 45
Binary 10110110 1000 10011 0 1100000 1011010 11101 101100100 1011100 100101

Color Harmonies of #B60813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60813

Black with #B60813

Text Example


Text Example

White with #B60813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60813; }

 p { color: rgb(182,8,19); }

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

background-color css

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

 a { background-color: rgb(182,8,19); }

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

border-color css

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

 span { border-color: rgb(182,8,19); }

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