Html Css Color HEX #C00329 Venetian Red

📋 copy color: '#C00329'

red 192 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #C00329

Tints of Venetian Red #C00329

RGB

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

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

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

R = 81.36%
G = 1.27%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C00329 (or 0xC00329) is known color: Venetian Red. HEX triplet: C0, 03 and 29. RGB value is (192,3,41). Sum of RGB (Red+Green+Blue) = 192+3+41=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C00329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00329 is #3FFCD6. Grayscale: #3F3F3F. Windows color (decimal): -4193495 or 2687936. OLE color: 2687936.

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

Color convert

RGB 192 3 41 -
CMYK 0 0.98 0.79 0.25
HSL 347.94º 0.97% 0.38% -
HSV(B) 347.94º 0.98% 0.75% -
XYZ 22.17 11.43 3.14 -
YUV 63.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 192 3 41 0 0.98 0.79 0.25 347.94 0.97 0.38
Hex C0 3 29 0 62 4F 19 15C 61 26
Octal 300 3 51 0 142 117 31 534 141 46
Binary 11000000 11 101001 0 1100010 1001111 11001 101011100 1100001 100110

Color Harmonies of #C00329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00329

Black with #C00329

Text Example


Text Example

White with #C00329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00329; }

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

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

background-color css

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

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

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

border-color css

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

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

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