Html Css Color HEX #C0001A Venetian Red

📋 copy color: '#C0001A'

red 192 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #C0001A

Tints of Venetian Red #C0001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.07%
G = 0%
B = 11.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0001A (or 0xC0001A) is known color: Venetian Red. HEX triplet: C0, 00 and 1A. RGB value is (192,0,26). Sum of RGB (Red+Green+Blue) = 192+0+26=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C0001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0001A is #3FFFE5. Grayscale: #3C3C3C. Windows color (decimal): -4194278 or 1704128. OLE color: 1704128.

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

Color convert

RGB 192 0 26 -
CMYK 0 1 0.86 0.25
HSL 351.88º 1% 0.38% -
HSV(B) 351.88º 1% 0.75% -
XYZ 21.92 11.28 2 -
YUV 60.37 108.61 221.89 -
System Red Green Blue C M Y K H S L
Decimal 192 0 26 0 1 0.86 0.25 351.88 1 0.38
Hex C0 0 1A 0 64 56 19 160 64 26
Octal 300 0 32 0 144 126 31 540 144 46
Binary 11000000 0 11010 0 1100100 1010110 11001 101100000 1100100 100110

Color Harmonies of #C0001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0001A

Black with #C0001A

Text Example


Text Example

White with #C0001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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