Html Css Color HEX #C5060A Venetian Red

📋 copy color: '#C5060A'

red 197 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #C5060A

Tints of Venetian Red #C5060A

RGB

 RED value IS 197 (77.34% from 255) = 92.49%

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

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

R = 92.49%
G = 2.82%
B = 4.69%

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

#C5060A (or 0xC5060A) is known color: Venetian Red. HEX triplet: C5, 06 and 0A. RGB value is (197,6,10). Sum of RGB (Red+Green+Blue) = 197+6+10=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C5060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5060A is #3AF9F5. Grayscale: #3F3F3F. Windows color (decimal): -3865078 or 657093. OLE color: 657093.

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

Color convert

RGB 197 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 23.15 12.02 1.39 -
YUV 63.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 197 6 10 0 0.97 0.95 0.23 358.74 0.94 0.4
Hex C5 6 A 0 61 5F 17 167 5E 28
Octal 305 6 12 0 141 137 27 547 136 50
Binary 11000101 110 1010 0 1100001 1011111 10111 101100111 1011110 101000

Color Harmonies of #C5060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5060A

Black with #C5060A

Text Example


Text Example

White with #C5060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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