Html Css Color HEX #C0011A Venetian Red

📋 copy color: '#C0011A'

red 192 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #C0011A

Tints of Venetian Red #C0011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 87.67%
G = 0.46%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0011A (or 0xC0011A) is known color: Venetian Red. HEX triplet: C0, 01 and 1A. RGB value is (192,1,26). Sum of RGB (Red+Green+Blue) = 192+1+26=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C0011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0011A is #3FFEE5. Grayscale: #3D3D3D. Windows color (decimal): -4194022 or 1704384. OLE color: 1704384.

HSL color Cylindrical-coordinate representation of color #C0011A: hue angle of 352.15º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0011A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 26 -
CMYK 0 0.99 0.86 0.25
HSL 352.15º 0.99% 0.38% -
HSV(B) 352.15º 0.99% 0.75% -
XYZ 21.94 11.3 2 -
YUV 60.96 108.28 221.47 -
System Red Green Blue C M Y K H S L
Decimal 192 1 26 0 0.99 0.86 0.25 352.15 0.99 0.38
Hex C0 1 1A 0 63 56 19 160 63 26
Octal 300 1 32 0 143 126 31 540 143 46
Binary 11000000 1 11010 0 1100011 1010110 11001 101100000 1100011 100110

Color Harmonies of #C0011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0011A

Black with #C0011A

Text Example


Text Example

White with #C0011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0011A; }

 p { color: rgb(192,1,26); }

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

background-color css

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

 a { background-color: rgb(192,1,26); }

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

border-color css

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

 span { border-color: rgb(192,1,26); }

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