Html Css Color HEX #C0032D Venetian Red

📋 copy color: '#C0032D'

red 192 ◦ green 3 ◦ blue 45

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

Shades of Venetian Red #C0032D

Tints of Venetian Red #C0032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 80%
G = 1.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0032D (or 0xC0032D) is known color: Venetian Red. HEX triplet: C0, 03 and 2D. RGB value is (192,3,45). Sum of RGB (Red+Green+Blue) = 192+3+45=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0032D is #3FFCD2. Grayscale: #404040. Windows color (decimal): -4193491 or 2950080. OLE color: 2950080.

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

Color convert

RGB 192 3 45 -
CMYK 0 0.98 0.77 0.25
HSL 346.67º 0.97% 0.38% -
HSV(B) 346.67º 0.98% 0.75% -
XYZ 22.24 11.46 3.52 -
YUV 64.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 192 3 45 0 0.98 0.77 0.25 346.67 0.97 0.38
Hex C0 3 2D 0 62 4D 19 15B 61 26
Octal 300 3 55 0 142 115 31 533 141 46
Binary 11000000 11 101101 0 1100010 1001101 11001 101011011 1100001 100110

Color Harmonies of #C0032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0032D

Black with #C0032D

Text Example


Text Example

White with #C0032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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