Html Css Color HEX #C5060B Venetian Red

📋 copy color: '#C5060B'

red 197 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #C5060B

Tints of Venetian Red #C5060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.14%

R = 92.06%
G = 2.8%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5060B (or 0xC5060B) is known color: Venetian Red. HEX triplet: C5, 06 and 0B. RGB value is (197,6,11). Sum of RGB (Red+Green+Blue) = 197+6+11=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C5060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5060B is #3AF9F4. Grayscale: #3F3F3F. Windows color (decimal): -3865077 or 722629. OLE color: 722629.

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

Color convert

RGB 197 6 11 -
CMYK 0 0.97 0.94 0.23
HSL 358.43º 0.94% 0.4% -
HSV(B) 358.43º 0.97% 0.77% -
XYZ 23.15 12.02 1.42 -
YUV 63.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 197 6 11 0 0.97 0.94 0.23 358.43 0.94 0.4
Hex C5 6 B 0 61 5E 17 166 5E 28
Octal 305 6 13 0 141 136 27 546 136 50
Binary 11000101 110 1011 0 1100001 1011110 10111 101100110 1011110 101000

Color Harmonies of #C5060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5060B

Black with #C5060B

Text Example


Text Example

White with #C5060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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