Html Css Color HEX #C3062A Venetian Red

📋 copy color: '#C3062A'

red 195 ◦ green 6 ◦ blue 42

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

Shades of Venetian Red #C3062A

Tints of Venetian Red #C3062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 80.25%
G = 2.47%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3062A (or 0xC3062A) is known color: Venetian Red. HEX triplet: C3, 06 and 2A. RGB value is (195,6,42). Sum of RGB (Red+Green+Blue) = 195+6+42=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3062A is #3CF9D5. Grayscale: #424242. Windows color (decimal): -3996118 or 2754243. OLE color: 2754243.

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

Color convert

RGB 195 6 42 -
CMYK 0 0.97 0.78 0.24
HSL 348.57º 0.94% 0.39% -
HSV(B) 348.57º 0.97% 0.76% -
XYZ 22.99 11.9 3.28 -
YUV 66.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 195 6 42 0 0.97 0.78 0.24 348.57 0.94 0.39
Hex C3 6 2A 0 61 4E 18 15D 5E 27
Octal 303 6 52 0 141 116 30 535 136 47
Binary 11000011 110 101010 0 1100001 1001110 11000 101011101 1011110 100111

Color Harmonies of #C3062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3062A

Black with #C3062A

Text Example


Text Example

White with #C3062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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