Html Css Color HEX #C00512 Venetian Red

📋 copy color: '#C00512'

red 192 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C00512

Tints of Venetian Red #C00512

RGB

 RED value IS 192 (75.39% from 255) = 89.3%

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

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

R = 89.3%
G = 2.33%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00512 (or 0xC00512) is known color: Venetian Red. HEX triplet: C0, 05 and 12. RGB value is (192,5,18). Sum of RGB (Red+Green+Blue) = 192+5+18=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C00512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00512 is #3FFAED. Grayscale: #3E3E3E. Windows color (decimal): -4193006 or 1181120. OLE color: 1181120.

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

Color convert

RGB 192 5 18 -
CMYK 0 0.97 0.91 0.25
HSL 355.83º 0.95% 0.39% -
HSV(B) 355.83º 0.97% 0.75% -
XYZ 21.9 11.36 1.61 -
YUV 62.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 192 5 18 0 0.97 0.91 0.25 355.83 0.95 0.39
Hex C0 5 12 0 61 5B 19 164 5F 27
Octal 300 5 22 0 141 133 31 544 137 47
Binary 11000000 101 10010 0 1100001 1011011 11001 101100100 1011111 100111

Color Harmonies of #C00512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00512

Black with #C00512

Text Example


Text Example

White with #C00512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00512; }

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

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

background-color css

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

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

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

border-color css

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

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

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