Html Css Color HEX #CA0102 Venetian Red

📋 copy color: '#CA0102'

red 202 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #CA0102

Tints of Venetian Red #CA0102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 98.54%
G = 0.49%
B = 0.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA0102 (or 0xCA0102) is known color: Venetian Red. HEX triplet: CA, 01 and 02. RGB value is (202,1,2). Sum of RGB (Red+Green+Blue) = 202+1+2=205 (27% of max value = 765). Red value is 202 (79.30% from 255 or 98.54% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0102 is #35FEFD. Grayscale: #3D3D3D. Windows color (decimal): -3538686 or 131530. OLE color: 131530.

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

Color convert

RGB 202 1 2 -
CMYK 0 1.00 0.99 0.21
HSL 359.7º 0.99% 0.4% -
HSV(B) 359.7º 1% 0.79% -
XYZ 24.38 12.58 1.2 -
YUV 61.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 202 1 2 0 1.00 0.99 0.21 359.7 0.99 0.4
Hex CA 1 2 0 64 63 15 168 63 28
Octal 312 1 2 0 144 143 25 550 143 50
Binary 11001010 1 10 0 1100100 1100011 10101 101101000 1100011 101000

Color Harmonies of #CA0102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0102

Black with #CA0102

Text Example


Text Example

White with #CA0102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0102; }

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

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

background-color css

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

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

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

border-color css

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

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

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