Html Css Color HEX #C4020C Venetian Red

📋 copy color: '#C4020C'

red 196 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #C4020C

Tints of Venetian Red #C4020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 93.33%
G = 0.95%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4020C (or 0xC4020C) is known color: Venetian Red. HEX triplet: C4, 02 and 0C. RGB value is (196,2,12). Sum of RGB (Red+Green+Blue) = 196+2+12=210 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.33% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 196 - color contains mainly: red. Hex color #C4020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4020C is #3BFDF3. Grayscale: #3D3D3D. Windows color (decimal): -3931636 or 787140. OLE color: 787140.

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

Color convert

RGB 196 2 12 -
CMYK 0 0.99 0.94 0.23
HSL 356.91º 0.98% 0.39% -
HSV(B) 356.91º 0.99% 0.77% -
XYZ 22.85 11.81 1.42 -
YUV 61.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 196 2 12 0 0.99 0.94 0.23 356.91 0.98 0.39
Hex C4 2 C 0 63 5E 17 165 62 27
Octal 304 2 14 0 143 136 27 545 142 47
Binary 11000100 10 1100 0 1100011 1011110 10111 101100101 1100010 100111

Color Harmonies of #C4020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4020C

Black with #C4020C

Text Example


Text Example

White with #C4020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4020C; }

 p { color: rgb(196,2,12); }

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

background-color css

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

 a { background-color: rgb(196,2,12); }

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

border-color css

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

 span { border-color: rgb(196,2,12); }

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