Html Css Color HEX #B60824 Venetian Red

📋 copy color: '#B60824'

red 182 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #B60824

Tints of Venetian Red #B60824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 80.53%
G = 3.54%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B60824 (or 0xB60824) is known color: Venetian Red. HEX triplet: B6, 08 and 24. RGB value is (182,8,36). Sum of RGB (Red+Green+Blue) = 182+8+36=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B60824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60824 is #49F7DB. Grayscale: #3F3F3F. Windows color (decimal): -4847580 or 2361526. OLE color: 2361526.

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

Color convert

RGB 182 8 36 -
CMYK 0 0.96 0.80 0.29
HSL 350.34º 0.92% 0.37% -
HSV(B) 350.34º 0.96% 0.71% -
XYZ 19.7 10.25 2.61 -
YUV 63.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 182 8 36 0 0.96 0.80 0.29 350.34 0.92 0.37
Hex B6 8 24 0 60 50 1D 15E 5C 25
Octal 266 10 44 0 140 120 35 536 134 45
Binary 10110110 1000 100100 0 1100000 1010000 11101 101011110 1011100 100101

Color Harmonies of #B60824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60824

Black with #B60824

Text Example


Text Example

White with #B60824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60824; }

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

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

background-color css

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

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

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

border-color css

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

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

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