Html Css Color HEX #CA0012 Venetian Red

📋 copy color: '#CA0012'

red 202 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #CA0012

Tints of Venetian Red #CA0012

RGB

 RED value IS 202 (79.3% from 255) = 91.82%

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

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

R = 91.82%
G = 0%
B = 8.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA0012 (or 0xCA0012) is known color: Venetian Red. HEX triplet: CA, 00 and 12. RGB value is (202,0,18). Sum of RGB (Red+Green+Blue) = 202+0+18=220 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.82% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0012 is #35FFED. Grayscale: #3E3E3E. Windows color (decimal): -3538926 or 1179850. OLE color: 1179850.

HSL color Cylindrical-coordinate representation of color #CA0012: hue angle of 354.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0012 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 18 -
CMYK 0 1 0.91 0.21
HSL 354.65º 1% 0.4% -
HSV(B) 354.65º 1% 0.79% -
XYZ 24.47 12.6 1.71 -
YUV 62.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 202 0 18 0 1 0.91 0.21 354.65 1 0.4
Hex CA 0 12 0 64 5B 15 163 64 28
Octal 312 0 22 0 144 133 25 543 144 50
Binary 11001010 0 10010 0 1100100 1011011 10101 101100011 1100100 101000

Color Harmonies of #CA0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0012

Black with #CA0012

Text Example


Text Example

White with #CA0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0012; }

 p { color: rgb(202,0,18); }

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

background-color css

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

 a { background-color: rgb(202,0,18); }

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

border-color css

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

 span { border-color: rgb(202,0,18); }

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