Html Css Color HEX #C10A13 Venetian Red

📋 copy color: '#C10A13'

red 193 ◦ green 10 ◦ blue 19

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

Shades of Venetian Red #C10A13

Tints of Venetian Red #C10A13

RGB

 RED value IS 193 (75.78% from 255) = 86.94%

 GREEN value IS 10 (4.3% from 255) = 4.5%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 86.94%
G = 4.5%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C10A13 (or 0xC10A13) is known color: Venetian Red. HEX triplet: C1, 0A and 13. RGB value is (193,10,19). Sum of RGB (Red+Green+Blue) = 193+10+19=222 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.94% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A13 is #3EF5EC. Grayscale: #414141. Windows color (decimal): -4126189 or 1247937. OLE color: 1247937.

HSL color Cylindrical-coordinate representation of color #C10A13: hue angle of 357.05º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A13 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 10 19 -
CMYK 0 0.95 0.90 0.24
HSL 357.05º 0.9% 0.4% -
HSV(B) 357.05º 0.95% 0.76% -
XYZ 22.22 11.6 1.68 -
YUV 65.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 193 10 19 0 0.95 0.90 0.24 357.05 0.9 0.4
Hex C1 A 13 0 5F 5A 18 165 5A 28
Octal 301 12 23 0 137 132 30 545 132 50
Binary 11000001 1010 10011 0 1011111 1011010 11000 101100101 1011010 101000

Color Harmonies of #C10A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A13

Black with #C10A13

Text Example


Text Example

White with #C10A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A13; }

 p { color: rgb(193,10,19); }

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

background-color css

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

 a { background-color: rgb(193,10,19); }

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

border-color css

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

 span { border-color: rgb(193,10,19); }

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