Html Css Color HEX #C4060A Venetian Red

📋 copy color: '#C4060A'

red 196 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #C4060A

Tints of Venetian Red #C4060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 92.45%
G = 2.83%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4060A (or 0xC4060A) is known color: Venetian Red. HEX triplet: C4, 06 and 0A. RGB value is (196,6,10). Sum of RGB (Red+Green+Blue) = 196+6+10=212 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.45% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 196 - color contains mainly: red. Hex color #C4060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4060A is #3BF9F5. Grayscale: #3F3F3F. Windows color (decimal): -3930614 or 657092. OLE color: 657092.

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

Color convert

RGB 196 6 10 -
CMYK 0 0.97 0.95 0.23
HSL 358.74º 0.94% 0.4% -
HSV(B) 358.74º 0.97% 0.77% -
XYZ 22.88 11.89 1.38 -
YUV 63.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 196 6 10 0 0.97 0.95 0.23 358.74 0.94 0.4
Hex C4 6 A 0 61 5F 17 167 5E 28
Octal 304 6 12 0 141 137 27 547 136 50
Binary 11000100 110 1010 0 1100001 1011111 10111 101100111 1011110 101000

Color Harmonies of #C4060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4060A

Black with #C4060A

Text Example


Text Example

White with #C4060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4060A; }

 p { color: rgb(196,6,10); }

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

background-color css

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

 a { background-color: rgb(196,6,10); }

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

border-color css

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

 span { border-color: rgb(196,6,10); }

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