Html Css Color HEX #C00528 Venetian Red

📋 copy color: '#C00528'

red 192 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #C00528

Tints of Venetian Red #C00528

RGB

 RED value IS 192 (75.39% from 255) = 81.01%

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

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

R = 81.01%
G = 2.11%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C00528 (or 0xC00528) is known color: Venetian Red. HEX triplet: C0, 05 and 28. RGB value is (192,5,40). Sum of RGB (Red+Green+Blue) = 192+5+40=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C00528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00528 is #3FFAD7. Grayscale: #404040. Windows color (decimal): -4192984 or 2622912. OLE color: 2622912.

HSL color Cylindrical-coordinate representation of color #C00528: hue angle of 348.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00528 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 40 -
CMYK 0 0.97 0.79 0.25
HSL 348.77º 0.95% 0.39% -
HSV(B) 348.77º 0.97% 0.75% -
XYZ 22.18 11.47 3.05 -
YUV 64.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 192 5 40 0 0.97 0.79 0.25 348.77 0.95 0.39
Hex C0 5 28 0 61 4F 19 15D 5F 27
Octal 300 5 50 0 141 117 31 535 137 47
Binary 11000000 101 101000 0 1100001 1001111 11001 101011101 1011111 100111

Color Harmonies of #C00528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00528

Black with #C00528

Text Example


Text Example

White with #C00528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00528; }

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

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

background-color css

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

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

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

border-color css

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

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

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