Html Css Color HEX #B60D1B Venetian Red

📋 copy color: '#B60D1B'

red 182 ◦ green 13 ◦ blue 27

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

Shades of Venetian Red #B60D1B

Tints of Venetian Red #B60D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 81.98%
G = 5.86%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B60D1B (or 0xB60D1B) is known color: Venetian Red. HEX triplet: B6, 0D and 1B. RGB value is (182,13,27). Sum of RGB (Red+Green+Blue) = 182+13+27=222 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.98% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60D1B is #49F2E4. Grayscale: #414141. Windows color (decimal): -4846309 or 1772982. OLE color: 1772982.

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

Color convert

RGB 182 13 27 -
CMYK 0 0.93 0.85 0.29
HSL 355.03º 0.87% 0.38% -
HSV(B) 355.03º 0.93% 0.71% -
XYZ 19.63 10.31 1.99 -
YUV 65.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 182 13 27 0 0.93 0.85 0.29 355.03 0.87 0.38
Hex B6 D 1B 0 5D 55 1D 163 57 26
Octal 266 15 33 0 135 125 35 543 127 46
Binary 10110110 1101 11011 0 1011101 1010101 11101 101100011 1010111 100110

Color Harmonies of #B60D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60D1B

Black with #B60D1B

Text Example


Text Example

White with #B60D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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