Html Css Color HEX #C10512 Venetian Red

📋 copy color: '#C10512'

red 193 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C10512

Tints of Venetian Red #C10512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 89.35%
G = 2.31%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10512 (or 0xC10512) is known color: Venetian Red. HEX triplet: C1, 05 and 12. RGB value is (193,5,18). Sum of RGB (Red+Green+Blue) = 193+5+18=216 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.35% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 193 - color contains mainly: red. Hex color #C10512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10512 is #3EFAED. Grayscale: #3E3E3E. Windows color (decimal): -4127470 or 1181121. OLE color: 1181121.

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

Color convert

RGB 193 5 18 -
CMYK 0 0.97 0.91 0.24
HSL 355.85º 0.95% 0.39% -
HSV(B) 355.85º 0.97% 0.76% -
XYZ 22.16 11.49 1.62 -
YUV 62.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 193 5 18 0 0.97 0.91 0.24 355.85 0.95 0.39
Hex C1 5 12 0 61 5B 18 164 5F 27
Octal 301 5 22 0 141 133 30 544 137 47
Binary 11000001 101 10010 0 1100001 1011011 11000 101100100 1011111 100111

Color Harmonies of #C10512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10512

Black with #C10512

Text Example


Text Example

White with #C10512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10512; }

 p { color: rgb(193,5,18); }

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

background-color css

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

 a { background-color: rgb(193,5,18); }

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

border-color css

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

 span { border-color: rgb(193,5,18); }

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