Html Css Color HEX #C4012A Venetian Red

📋 copy color: '#C4012A'

red 196 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #C4012A

Tints of Venetian Red #C4012A

RGB

 RED value IS 196 (76.95% from 255) = 82.01%

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

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

R = 82.01%
G = 0.42%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4012A (or 0xC4012A) is known color: Venetian Red. HEX triplet: C4, 01 and 2A. RGB value is (196,1,42). Sum of RGB (Red+Green+Blue) = 196+1+42=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C4012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4012A is #3BFED5. Grayscale: #404040. Windows color (decimal): -3931862 or 2752964. OLE color: 2752964.

HSL color Cylindrical-coordinate representation of color #C4012A: hue angle of 347.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4012A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 42 -
CMYK 0 0.99 0.79 0.23
HSL 347.38º 0.99% 0.39% -
HSV(B) 347.38º 0.99% 0.77% -
XYZ 23.19 11.92 3.27 -
YUV 63.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 196 1 42 0 0.99 0.79 0.23 347.38 0.99 0.39
Hex C4 1 2A 0 63 4F 17 15B 63 27
Octal 304 1 52 0 143 117 27 533 143 47
Binary 11000100 1 101010 0 1100011 1001111 10111 101011011 1100011 100111

Color Harmonies of #C4012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4012A

Black with #C4012A

Text Example


Text Example

White with #C4012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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