Html Css Color HEX #CA0916 Venetian Red

📋 copy color: '#CA0916'

red 202 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #CA0916

Tints of Venetian Red #CA0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 86.7%
G = 3.86%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA0916 (or 0xCA0916) is known color: Venetian Red. HEX triplet: CA, 09 and 16. RGB value is (202,9,22). Sum of RGB (Red+Green+Blue) = 202+9+22=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0916 is #35F6E9. Grayscale: #444444. Windows color (decimal): -3536618 or 1444298. OLE color: 1444298.

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

Color convert

RGB 202 9 22 -
CMYK 0 0.96 0.89 0.21
HSL 355.96º 0.91% 0.41% -
HSV(B) 355.96º 0.96% 0.79% -
XYZ 24.6 12.81 1.94 -
YUV 68.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 202 9 22 0 0.96 0.89 0.21 355.96 0.91 0.41
Hex CA 9 16 0 60 59 15 164 5B 29
Octal 312 11 26 0 140 131 25 544 133 51
Binary 11001010 1001 10110 0 1100000 1011001 10101 101100100 1011011 101001

Color Harmonies of #CA0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0916

Black with #CA0916

Text Example


Text Example

White with #CA0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0916; }

 p { color: rgb(202,9,22); }

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

background-color css

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

 a { background-color: rgb(202,9,22); }

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

border-color css

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

 span { border-color: rgb(202,9,22); }

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