Html Css Color HEX #B60711 Venetian Red

📋 copy color: '#B60711'

red 182 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #B60711

Tints of Venetian Red #B60711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 88.35%
G = 3.4%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B60711 (or 0xB60711) is known color: Venetian Red. HEX triplet: B6, 07 and 11. RGB value is (182,7,17). Sum of RGB (Red+Green+Blue) = 182+7+17=206 (27% of max value = 765). Red value is 182 (71.48% from 255 or 88.35% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 182 - color contains mainly: red. Hex color #B60711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60711 is #49F8EE. Grayscale: #3C3C3C. Windows color (decimal): -4847855 or 1116086. OLE color: 1116086.

HSL color Cylindrical-coordinate representation of color #B60711: hue angle of 356.57º degrees, saturation: 0.93, 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 #B60711 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 17 -
CMYK 0 0.96 0.91 0.29
HSL 356.57º 0.93% 0.37% -
HSV(B) 356.57º 0.96% 0.71% -
XYZ 19.47 10.14 1.46 -
YUV 60.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 182 7 17 0 0.96 0.91 0.29 356.57 0.93 0.37
Hex B6 7 11 0 60 5B 1D 165 5D 25
Octal 266 7 21 0 140 133 35 545 135 45
Binary 10110110 111 10001 0 1100000 1011011 11101 101100101 1011101 100101

Color Harmonies of #B60711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60711

Black with #B60711

Text Example


Text Example

White with #B60711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60711; }

 p { color: rgb(182,7,17); }

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

background-color css

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

 a { background-color: rgb(182,7,17); }

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

border-color css

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

 span { border-color: rgb(182,7,17); }

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