Html Css Color HEX #C40526 Venetian Red

📋 copy color: '#C40526'

red 196 ◦ green 5 ◦ blue 38

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

Shades of Venetian Red #C40526

Tints of Venetian Red #C40526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.9%

R = 82.01%
G = 2.09%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C40526 (or 0xC40526) is known color: Venetian Red. HEX triplet: C4, 05 and 26. RGB value is (196,5,38). Sum of RGB (Red+Green+Blue) = 196+5+38=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C40526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40526 is #3BFAD9. Grayscale: #414141. Windows color (decimal): -3930842 or 2491844. OLE color: 2491844.

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

Color convert

RGB 196 5 38 -
CMYK 0 0.97 0.81 0.23
HSL 349.63º 0.95% 0.39% -
HSV(B) 349.63º 0.97% 0.77% -
XYZ 23.17 11.98 2.93 -
YUV 65.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 196 5 38 0 0.97 0.81 0.23 349.63 0.95 0.39
Hex C4 5 26 0 61 51 17 15E 5F 27
Octal 304 5 46 0 141 121 27 536 137 47
Binary 11000100 101 100110 0 1100001 1010001 10111 101011110 1011111 100111

Color Harmonies of #C40526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40526

Black with #C40526

Text Example


Text Example

White with #C40526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40526; }

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

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

background-color css

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

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

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

border-color css

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

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

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