Html Css Color HEX #B60329 Venetian Red

📋 copy color: '#B60329'

red 182 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #B60329

Tints of Venetian Red #B60329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 80.53%
G = 1.33%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B60329 (or 0xB60329) is known color: Venetian Red. HEX triplet: B6, 03 and 29. RGB value is (182,3,41). Sum of RGB (Red+Green+Blue) = 182+3+41=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B60329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60329 is #49FCD6. Grayscale: #3C3C3C. Windows color (decimal): -4848855 or 2687926. OLE color: 2687926.

HSL color Cylindrical-coordinate representation of color #B60329: hue angle of 347.26º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60329 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 3 41 -
CMYK 0 0.98 0.77 0.29
HSL 347.26º 0.97% 0.36% -
HSV(B) 347.26º 0.98% 0.71% -
XYZ 19.72 10.17 3.02 -
YUV 60.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 182 3 41 0 0.98 0.77 0.29 347.26 0.97 0.36
Hex B6 3 29 0 62 4D 1D 15B 61 24
Octal 266 3 51 0 142 115 35 533 141 44
Binary 10110110 11 101001 0 1100010 1001101 11101 101011011 1100001 100100

Color Harmonies of #B60329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60329

Black with #B60329

Text Example


Text Example

White with #B60329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60329; }

 p { color: rgb(182,3,41); }

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

background-color css

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

 a { background-color: rgb(182,3,41); }

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

border-color css

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

 span { border-color: rgb(182,3,41); }

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