Html Css Color HEX #C3032A Venetian Red

📋 copy color: '#C3032A'

red 195 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #C3032A

Tints of Venetian Red #C3032A

RGB

 RED value IS 195 (76.56% from 255) = 81.25%

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

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

R = 81.25%
G = 1.25%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3032A (or 0xC3032A) is known color: Venetian Red. HEX triplet: C3, 03 and 2A. RGB value is (195,3,42). Sum of RGB (Red+Green+Blue) = 195+3+42=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C3032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3032A is #3CFCD5. Grayscale: #404040. Windows color (decimal): -3996886 or 2753475. OLE color: 2753475.

HSL color Cylindrical-coordinate representation of color #C3032A: hue angle of 347.81º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3032A is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 42 -
CMYK 0 0.98 0.78 0.24
HSL 347.81º 0.97% 0.39% -
HSV(B) 347.81º 0.98% 0.76% -
XYZ 22.96 11.83 3.26 -
YUV 64.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 195 3 42 0 0.98 0.78 0.24 347.81 0.97 0.39
Hex C3 3 2A 0 62 4E 18 15C 61 27
Octal 303 3 52 0 142 116 30 534 141 47
Binary 11000011 11 101010 0 1100010 1001110 11000 101011100 1100001 100111

Color Harmonies of #C3032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3032A

Black with #C3032A

Text Example


Text Example

White with #C3032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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