Html Css Color HEX #B60528 Venetian Red

📋 copy color: '#B60528'

red 182 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #B60528

Tints of Venetian Red #B60528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 80.18%
G = 2.2%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B60528 (or 0xB60528) is known color: Venetian Red. HEX triplet: B6, 05 and 28. RGB value is (182,5,40). Sum of RGB (Red+Green+Blue) = 182+5+40=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B60528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60528 is #49FAD7. Grayscale: #3D3D3D. Windows color (decimal): -4848344 or 2622902. OLE color: 2622902.

HSL color Cylindrical-coordinate representation of color #B60528: hue angle of 348.14º 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 #B60528 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 5 40 -
CMYK 0 0.97 0.78 0.29
HSL 348.14º 0.95% 0.37% -
HSV(B) 348.14º 0.97% 0.71% -
XYZ 19.73 10.21 2.94 -
YUV 61.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 182 5 40 0 0.97 0.78 0.29 348.14 0.95 0.37
Hex B6 5 28 0 61 4E 1D 15C 5F 25
Octal 266 5 50 0 141 116 35 534 137 45
Binary 10110110 101 101000 0 1100001 1001110 11101 101011100 1011111 100101

Color Harmonies of #B60528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60528

Black with #B60528

Text Example


Text Example

White with #B60528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60528; }

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

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

background-color css

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

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

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

border-color css

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

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

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