Html Css Color HEX #C4050C Venetian Red

📋 copy color: '#C4050C'

red 196 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #C4050C

Tints of Venetian Red #C4050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 92.02%
G = 2.35%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4050C (or 0xC4050C) is known color: Venetian Red. HEX triplet: C4, 05 and 0C. RGB value is (196,5,12). Sum of RGB (Red+Green+Blue) = 196+5+12=213 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.02% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 196 - color contains mainly: red. Hex color #C4050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4050C is #3BFAF3. Grayscale: #3F3F3F. Windows color (decimal): -3930868 or 787908. OLE color: 787908.

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

Color convert

RGB 196 5 12 -
CMYK 0 0.97 0.94 0.23
HSL 357.8º 0.95% 0.39% -
HSV(B) 357.8º 0.97% 0.77% -
XYZ 22.89 11.87 1.43 -
YUV 62.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 196 5 12 0 0.97 0.94 0.23 357.8 0.95 0.39
Hex C4 5 C 0 61 5E 17 166 5F 27
Octal 304 5 14 0 141 136 27 546 137 47
Binary 11000100 101 1100 0 1100001 1011110 10111 101100110 1011111 100111

Color Harmonies of #C4050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4050C

Black with #C4050C

Text Example


Text Example

White with #C4050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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