Html Css Color HEX #B60529 Venetian Red

📋 copy color: '#B60529'

red 182 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #B60529

Tints of Venetian Red #B60529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 79.82%
G = 2.19%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B60529 (or 0xB60529) is known color: Venetian Red. HEX triplet: B6, 05 and 29. RGB value is (182,5,41). Sum of RGB (Red+Green+Blue) = 182+5+41=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B60529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60529 is #49FAD6. Grayscale: #3E3E3E. Windows color (decimal): -4848343 or 2688438. OLE color: 2688438.

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

Color convert

RGB 182 5 41 -
CMYK 0 0.97 0.77 0.29
HSL 347.8º 0.95% 0.37% -
HSV(B) 347.8º 0.97% 0.71% -
XYZ 19.75 10.21 3.03 -
YUV 62.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 182 5 41 0 0.97 0.77 0.29 347.8 0.95 0.37
Hex B6 5 29 0 61 4D 1D 15C 5F 25
Octal 266 5 51 0 141 115 35 534 137 45
Binary 10110110 101 101001 0 1100001 1001101 11101 101011100 1011111 100101

Color Harmonies of #B60529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60529

Black with #B60529

Text Example


Text Example

White with #B60529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60529; }

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

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

background-color css

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

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

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

border-color css

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

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

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