Html Css Color HEX #C10812 Venetian Red

📋 copy color: '#C10812'

red 193 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #C10812

Tints of Venetian Red #C10812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 88.13%
G = 3.65%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10812 (or 0xC10812) is known color: Venetian Red. HEX triplet: C1, 08 and 12. RGB value is (193,8,18). Sum of RGB (Red+Green+Blue) = 193+8+18=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C10812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10812 is #3EF7ED. Grayscale: #404040. Windows color (decimal): -4126702 or 1181889. OLE color: 1181889.

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

Color convert

RGB 193 8 18 -
CMYK 0 0.96 0.91 0.24
HSL 356.76º 0.92% 0.39% -
HSV(B) 356.76º 0.96% 0.76% -
XYZ 22.19 11.55 1.63 -
YUV 64.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 193 8 18 0 0.96 0.91 0.24 356.76 0.92 0.39
Hex C1 8 12 0 60 5B 18 165 5C 27
Octal 301 10 22 0 140 133 30 545 134 47
Binary 11000001 1000 10010 0 1100000 1011011 11000 101100101 1011100 100111

Color Harmonies of #C10812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10812

Black with #C10812

Text Example


Text Example

White with #C10812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10812; }

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

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

background-color css

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

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

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

border-color css

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

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

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