Html Css Color HEX #C4012D Venetian Red

📋 copy color: '#C4012D'

red 196 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #C4012D

Tints of Venetian Red #C4012D

RGB

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

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

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

R = 80.99%
G = 0.41%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4012D (or 0xC4012D) is known color: Venetian Red. HEX triplet: C4, 01 and 2D. RGB value is (196,1,45). Sum of RGB (Red+Green+Blue) = 196+1+45=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4012D is #3BFED2. Grayscale: #404040. Windows color (decimal): -3931859 or 2949572. OLE color: 2949572.

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

Color convert

RGB 196 1 45 -
CMYK 0 0.99 0.77 0.23
HSL 346.46º 0.99% 0.39% -
HSV(B) 346.46º 0.99% 0.77% -
XYZ 23.25 11.95 3.56 -
YUV 64.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 196 1 45 0 0.99 0.77 0.23 346.46 0.99 0.39
Hex C4 1 2D 0 63 4D 17 15A 63 27
Octal 304 1 55 0 143 115 27 532 143 47
Binary 11000100 1 101101 0 1100011 1001101 10111 101011010 1100011 100111

Color Harmonies of #C4012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4012D

Black with #C4012D

Text Example


Text Example

White with #C4012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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