Html Css Color HEX #CA0010 Venetian Red

📋 copy color: '#CA0010'

red 202 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #CA0010

Tints of Venetian Red #CA0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 92.66%
G = 0%
B = 7.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA0010 (or 0xCA0010) is known color: Venetian Red. HEX triplet: CA, 00 and 10. RGB value is (202,0,16). Sum of RGB (Red+Green+Blue) = 202+0+16=218 (28% of max value = 765). Red value is 202 (79.30% from 255 or 92.66% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0010 is #35FFEF. Grayscale: #3E3E3E. Windows color (decimal): -3538928 or 1048778. OLE color: 1048778.

HSL color Cylindrical-coordinate representation of color #CA0010: hue angle of 355.25º 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 #CA0010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 16 -
CMYK 0 1 0.92 0.21
HSL 355.25º 1% 0.4% -
HSV(B) 355.25º 1% 0.79% -
XYZ 24.45 12.59 1.63 -
YUV 62.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 202 0 16 0 1 0.92 0.21 355.25 1 0.4
Hex CA 0 10 0 64 5C 15 163 64 28
Octal 312 0 20 0 144 134 25 543 144 50
Binary 11001010 0 10000 0 1100100 1011100 10101 101100011 1100100 101000

Color Harmonies of #CA0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0010

Black with #CA0010

Text Example


Text Example

White with #CA0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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