Html Css Color HEX #CA010A Venetian Red

📋 copy color: '#CA010A'

red 202 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #CA010A

Tints of Venetian Red #CA010A

RGB

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

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

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

R = 94.84%
G = 0.47%
B = 4.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA010A (or 0xCA010A) is known color: Venetian Red. HEX triplet: CA, 01 and 0A. RGB value is (202,1,10). Sum of RGB (Red+Green+Blue) = 202+1+10=213 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.84% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 202 - color contains mainly: red. Hex color #CA010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA010A is #35FEF5. Grayscale: #3E3E3E. Windows color (decimal): -3538678 or 655818. OLE color: 655818.

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

Color convert

RGB 202 1 10 -
CMYK 0 1.00 0.95 0.21
HSL 357.31º 0.99% 0.4% -
HSV(B) 357.31º 1% 0.79% -
XYZ 24.42 12.6 1.43 -
YUV 62.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 202 1 10 0 1.00 0.95 0.21 357.31 0.99 0.4
Hex CA 1 A 0 64 5F 15 165 63 28
Octal 312 1 12 0 144 137 25 545 143 50
Binary 11001010 1 1010 0 1100100 1011111 10101 101100101 1100011 101000

Color Harmonies of #CA010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA010A

Black with #CA010A

Text Example


Text Example

White with #CA010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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