Html Css Color HEX #C40326 Venetian Red

📋 copy color: '#C40326'

red 196 ◦ green 3 ◦ blue 38

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

Shades of Venetian Red #C40326

Tints of Venetian Red #C40326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 82.7%
G = 1.27%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C40326 (or 0xC40326) is known color: Venetian Red. HEX triplet: C4, 03 and 26. RGB value is (196,3,38). Sum of RGB (Red+Green+Blue) = 196+3+38=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40326 is #3BFCD9. Grayscale: #404040. Windows color (decimal): -3931354 or 2491332. OLE color: 2491332.

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

Color convert

RGB 196 3 38 -
CMYK 0 0.98 0.81 0.23
HSL 349.12º 0.97% 0.39% -
HSV(B) 349.12º 0.98% 0.77% -
XYZ 23.15 11.94 2.92 -
YUV 64.7 112.94 221.65 -
System Red Green Blue C M Y K H S L
Decimal 196 3 38 0 0.98 0.81 0.23 349.12 0.97 0.39
Hex C4 3 26 0 62 51 17 15D 61 27
Octal 304 3 46 0 142 121 27 535 141 47
Binary 11000100 11 100110 0 1100010 1010001 10111 101011101 1100001 100111

Color Harmonies of #C40326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40326

Black with #C40326

Text Example


Text Example

White with #C40326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40326; }

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

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

background-color css

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

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

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

border-color css

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

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

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