Html Css Color HEX #B60924 Venetian Red

📋 copy color: '#B60924'

red 182 ◦ green 9 ◦ blue 36

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

Shades of Venetian Red #B60924

Tints of Venetian Red #B60924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 80.18%
G = 3.96%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B60924 (or 0xB60924) is known color: Venetian Red. HEX triplet: B6, 09 and 24. RGB value is (182,9,36). Sum of RGB (Red+Green+Blue) = 182+9+36=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B60924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60924 is #49F6DB. Grayscale: #3F3F3F. Windows color (decimal): -4847324 or 2361782. OLE color: 2361782.

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

Color convert

RGB 182 9 36 -
CMYK 0 0.95 0.80 0.29
HSL 350.64º 0.91% 0.37% -
HSV(B) 350.64º 0.95% 0.71% -
XYZ 19.71 10.27 2.61 -
YUV 63.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 182 9 36 0 0.95 0.80 0.29 350.64 0.91 0.37
Hex B6 9 24 0 5F 50 1D 15F 5B 25
Octal 266 11 44 0 137 120 35 537 133 45
Binary 10110110 1001 100100 0 1011111 1010000 11101 101011111 1011011 100101

Color Harmonies of #B60924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60924

Black with #B60924

Text Example


Text Example

White with #B60924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60924; }

 p { color: rgb(182,9,36); }

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

background-color css

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

 a { background-color: rgb(182,9,36); }

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

border-color css

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

 span { border-color: rgb(182,9,36); }

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