Html Css Color HEX #C3012A Venetian Red

📋 copy color: '#C3012A'

red 195 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #C3012A

Tints of Venetian Red #C3012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 81.93%
G = 0.42%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3012A (or 0xC3012A) is known color: Venetian Red. HEX triplet: C3, 01 and 2A. RGB value is (195,1,42). Sum of RGB (Red+Green+Blue) = 195+1+42=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C3012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3012A is #3CFED5. Grayscale: #3F3F3F. Windows color (decimal): -3997398 or 2752963. OLE color: 2752963.

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

Color convert

RGB 195 1 42 -
CMYK 0 0.99 0.78 0.24
HSL 347.32º 0.99% 0.38% -
HSV(B) 347.32º 0.99% 0.76% -
XYZ 22.93 11.79 3.26 -
YUV 63.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 195 1 42 0 0.99 0.78 0.24 347.32 0.99 0.38
Hex C3 1 2A 0 63 4E 18 15B 63 26
Octal 303 1 52 0 143 116 30 533 143 46
Binary 11000011 1 101010 0 1100011 1001110 11000 101011011 1100011 100110

Color Harmonies of #C3012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3012A

Black with #C3012A

Text Example


Text Example

White with #C3012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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