Html Css Color HEX #CA020A Venetian Red

📋 copy color: '#CA020A'

red 202 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #CA020A

Tints of Venetian Red #CA020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 94.39%
G = 0.93%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA020A (or 0xCA020A) is known color: Venetian Red. HEX triplet: CA, 02 and 0A. RGB value is (202,2,10). Sum of RGB (Red+Green+Blue) = 202+2+10=214 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.39% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 202 - color contains mainly: red. Hex color #CA020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA020A is #35FDF5. Grayscale: #3E3E3E. Windows color (decimal): -3538422 or 656074. OLE color: 656074.

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

Color convert

RGB 202 2 10 -
CMYK 0 0.99 0.95 0.21
HSL 357.6º 0.98% 0.4% -
HSV(B) 357.6º 0.99% 0.79% -
XYZ 24.43 12.62 1.44 -
YUV 62.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 202 2 10 0 0.99 0.95 0.21 357.6 0.98 0.4
Hex CA 2 A 0 63 5F 15 166 62 28
Octal 312 2 12 0 143 137 25 546 142 50
Binary 11001010 10 1010 0 1100011 1011111 10101 101100110 1100010 101000

Color Harmonies of #CA020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA020A

Black with #CA020A

Text Example


Text Example

White with #CA020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA020A; }

 p { color: rgb(202,2,10); }

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

background-color css

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

 a { background-color: rgb(202,2,10); }

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

border-color css

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

 span { border-color: rgb(202,2,10); }

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