Html Css Color HEX #B60B27 Venetian Red

📋 copy color: '#B60B27'

red 182 ◦ green 11 ◦ blue 39

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

Shades of Venetian Red #B60B27

Tints of Venetian Red #B60B27

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

 BLUE value IS 39 (15.63% from 255) = 16.81%

R = 78.45%
G = 4.74%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B60B27 (or 0xB60B27) is known color: Venetian Red. HEX triplet: B6, 0B and 27. RGB value is (182,11,39). Sum of RGB (Red+Green+Blue) = 182+11+39=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B27 is #49F4D8. Grayscale: #414141. Windows color (decimal): -4846809 or 2558902. OLE color: 2558902.

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

Color convert

RGB 182 11 39 -
CMYK 0 0.94 0.79 0.29
HSL 350.18º 0.89% 0.38% -
HSV(B) 350.18º 0.94% 0.71% -
XYZ 19.78 10.33 2.87 -
YUV 65.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 182 11 39 0 0.94 0.79 0.29 350.18 0.89 0.38
Hex B6 B 27 0 5E 4F 1D 15E 59 26
Octal 266 13 47 0 136 117 35 536 131 46
Binary 10110110 1011 100111 0 1011110 1001111 11101 101011110 1011001 100110

Color Harmonies of #B60B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60B27

Black with #B60B27

Text Example


Text Example

White with #B60B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60B27; }

 p { color: rgb(182,11,39); }

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

background-color css

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

 a { background-color: rgb(182,11,39); }

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

border-color css

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

 span { border-color: rgb(182,11,39); }

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