Html Css Color HEX #B60A18 Venetian Red

📋 copy color: '#B60A18'

red 182 ◦ green 10 ◦ blue 24

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

Shades of Venetian Red #B60A18

Tints of Venetian Red #B60A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.63%

 BLUE value IS 24 (9.77% from 255) = 11.11%

R = 84.26%
G = 4.63%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B60A18 (or 0xB60A18) is known color: Venetian Red. HEX triplet: B6, 0A and 18. RGB value is (182,10,24). Sum of RGB (Red+Green+Blue) = 182+10+24=216 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.26% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60A18 is #49F5E7. Grayscale: #3F3F3F. Windows color (decimal): -4847080 or 1575606. OLE color: 1575606.

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

Color convert

RGB 182 10 24 -
CMYK 0 0.95 0.87 0.29
HSL 355.12º 0.9% 0.38% -
HSV(B) 355.12º 0.95% 0.71% -
XYZ 19.56 10.23 1.81 -
YUV 63.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 182 10 24 0 0.95 0.87 0.29 355.12 0.9 0.38
Hex B6 A 18 0 5F 57 1D 163 5A 26
Octal 266 12 30 0 137 127 35 543 132 46
Binary 10110110 1010 11000 0 1011111 1010111 11101 101100011 1011010 100110

Color Harmonies of #B60A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60A18

Black with #B60A18

Text Example


Text Example

White with #B60A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60A18; }

 p { color: rgb(182,10,24); }

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

background-color css

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

 a { background-color: rgb(182,10,24); }

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

border-color css

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

 span { border-color: rgb(182,10,24); }

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