Html Css Color HEX #C0032A Venetian Red

📋 copy color: '#C0032A'

red 192 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #C0032A

Tints of Venetian Red #C0032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 81.01%
G = 1.27%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0032A (or 0xC0032A) is known color: Venetian Red. HEX triplet: C0, 03 and 2A. RGB value is (192,3,42). Sum of RGB (Red+Green+Blue) = 192+3+42=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C0032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0032A is #3FFCD5. Grayscale: #3F3F3F. Windows color (decimal): -4193494 or 2753472. OLE color: 2753472.

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

Color convert

RGB 192 3 42 -
CMYK 0 0.98 0.78 0.25
HSL 347.62º 0.97% 0.38% -
HSV(B) 347.62º 0.98% 0.75% -
XYZ 22.19 11.44 3.23 -
YUV 63.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 192 3 42 0 0.98 0.78 0.25 347.62 0.97 0.38
Hex C0 3 2A 0 62 4E 19 15C 61 26
Octal 300 3 52 0 142 116 31 534 141 46
Binary 11000000 11 101010 0 1100010 1001110 11001 101011100 1100001 100110

Color Harmonies of #C0032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0032A

Black with #C0032A

Text Example


Text Example

White with #C0032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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