Html Css Color HEX #C4052A Venetian Red

📋 copy color: '#C4052A'

red 196 ◦ green 5 ◦ blue 42

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

Shades of Venetian Red #C4052A

Tints of Venetian Red #C4052A

RGB

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

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

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

R = 80.66%
G = 2.06%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4052A (or 0xC4052A) is known color: Venetian Red. HEX triplet: C4, 05 and 2A. RGB value is (196,5,42). Sum of RGB (Red+Green+Blue) = 196+5+42=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4052A is #3BFAD5. Grayscale: #424242. Windows color (decimal): -3930838 or 2753988. OLE color: 2753988.

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

Color convert

RGB 196 5 42 -
CMYK 0 0.97 0.79 0.23
HSL 348.38º 0.95% 0.39% -
HSV(B) 348.38º 0.97% 0.77% -
XYZ 23.24 12.01 3.28 -
YUV 66.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 196 5 42 0 0.97 0.79 0.23 348.38 0.95 0.39
Hex C4 5 2A 0 61 4F 17 15C 5F 27
Octal 304 5 52 0 141 117 27 534 137 47
Binary 11000100 101 101010 0 1100001 1001111 10111 101011100 1011111 100111

Color Harmonies of #C4052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4052A

Black with #C4052A

Text Example


Text Example

White with #C4052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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