Html Css Color HEX #C40030 Venetian Red

📋 copy color: '#C40030'

red 196 ◦ green 0 ◦ blue 48

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

Shades of Venetian Red #C40030

Tints of Venetian Red #C40030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 80.33%
G = 0%
B = 19.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C40030 (or 0xC40030) is known color: Venetian Red. HEX triplet: C4, 00 and 30. RGB value is (196,0,48). Sum of RGB (Red+Green+Blue) = 196+0+48=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C40030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40030 is #3BFFCF. Grayscale: #404040. Windows color (decimal): -3932112 or 3145924. OLE color: 3145924.

HSL color Cylindrical-coordinate representation of color #C40030: hue angle of 345.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40030 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 48 -
CMYK 0 1 0.76 0.23
HSL 345.31º 1% 0.38% -
HSV(B) 345.31º 1% 0.77% -
XYZ 23.3 11.95 3.87 -
YUV 64.08 118.93 222.1 -
System Red Green Blue C M Y K H S L
Decimal 196 0 48 0 1 0.76 0.23 345.31 1 0.38
Hex C4 0 30 0 64 4C 17 159 64 26
Octal 304 0 60 0 144 114 27 531 144 46
Binary 11000100 0 110000 0 1100100 1001100 10111 101011001 1100100 100110

Color Harmonies of #C40030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40030

Black with #C40030

Text Example


Text Example

White with #C40030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40030; }

 p { color: rgb(196,0,48); }

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

background-color css

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

 a { background-color: rgb(196,0,48); }

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

border-color css

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

 span { border-color: rgb(196,0,48); }

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