Html Css Color HEX #CA0922 Venetian Red

📋 copy color: '#CA0922'

red 202 ◦ green 9 ◦ blue 34

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

Shades of Venetian Red #CA0922

Tints of Venetian Red #CA0922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 82.45%
G = 3.67%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA0922 (or 0xCA0922) is known color: Venetian Red. HEX triplet: CA, 09 and 22. RGB value is (202,9,34). Sum of RGB (Red+Green+Blue) = 202+9+34=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0922 is #35F6DD. Grayscale: #454545. Windows color (decimal): -3536606 or 2230730. OLE color: 2230730.

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

Color convert

RGB 202 9 34 -
CMYK 0 0.96 0.83 0.21
HSL 352.23º 0.91% 0.41% -
HSV(B) 352.23º 0.96% 0.79% -
XYZ 24.74 12.87 2.69 -
YUV 69.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 202 9 34 0 0.96 0.83 0.21 352.23 0.91 0.41
Hex CA 9 22 0 60 53 15 160 5B 29
Octal 312 11 42 0 140 123 25 540 133 51
Binary 11001010 1001 100010 0 1100000 1010011 10101 101100000 1011011 101001

Color Harmonies of #CA0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0922

Black with #CA0922

Text Example


Text Example

White with #CA0922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0922; }

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

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

background-color css

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

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

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

border-color css

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

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

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