Html Css Color HEX #B60C10 Venetian Red

📋 copy color: '#B60C10'

red 182 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #B60C10

Tints of Venetian Red #B60C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 86.67%
G = 5.71%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B60C10 (or 0xB60C10) is known color: Venetian Red. HEX triplet: B6, 0C and 10. RGB value is (182,12,16). Sum of RGB (Red+Green+Blue) = 182+12+16=210 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.67% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60C10 is #49F3EF. Grayscale: #3F3F3F. Windows color (decimal): -4846576 or 1051830. OLE color: 1051830.

HSL color Cylindrical-coordinate representation of color #B60C10: hue angle of 358.59º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C10 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 12 16 -
CMYK 0 0.93 0.91 0.29
HSL 358.59º 0.88% 0.38% -
HSV(B) 358.59º 0.93% 0.71% -
XYZ 19.52 10.25 1.44 -
YUV 63.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 182 12 16 0 0.93 0.91 0.29 358.59 0.88 0.38
Hex B6 C 10 0 5D 5B 1D 167 58 26
Octal 266 14 20 0 135 133 35 547 130 46
Binary 10110110 1100 10000 0 1011101 1011011 11101 101100111 1011000 100110

Color Harmonies of #B60C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C10

Black with #B60C10

Text Example


Text Example

White with #B60C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C10; }

 p { color: rgb(182,12,16); }

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

background-color css

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

 a { background-color: rgb(182,12,16); }

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

border-color css

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

 span { border-color: rgb(182,12,16); }

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