Html Css Color HEX #C4052C Venetian Red

📋 copy color: '#C4052C'

red 196 ◦ green 5 ◦ blue 44

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

Shades of Venetian Red #C4052C

Tints of Venetian Red #C4052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 80%
G = 2.04%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4052C (or 0xC4052C) is known color: Venetian Red. HEX triplet: C4, 05 and 2C. RGB value is (196,5,44). Sum of RGB (Red+Green+Blue) = 196+5+44=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4052C is #3BFAD3. Grayscale: #424242. Windows color (decimal): -3930836 or 2885060. OLE color: 2885060.

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

Color convert

RGB 196 5 44 -
CMYK 0 0.97 0.78 0.23
HSL 347.75º 0.95% 0.39% -
HSV(B) 347.75º 0.97% 0.77% -
XYZ 23.27 12.03 3.48 -
YUV 66.56 115.28 220.33 -
System Red Green Blue C M Y K H S L
Decimal 196 5 44 0 0.97 0.78 0.23 347.75 0.95 0.39
Hex C4 5 2C 0 61 4E 17 15C 5F 27
Octal 304 5 54 0 141 116 27 534 137 47
Binary 11000100 101 101100 0 1100001 1001110 10111 101011100 1011111 100111

Color Harmonies of #C4052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4052C

Black with #C4052C

Text Example


Text Example

White with #C4052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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