Html Css Color HEX #CA0522 Venetian Red

📋 copy color: '#CA0522'

red 202 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #CA0522

Tints of Venetian Red #CA0522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 83.82%
G = 2.07%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA0522 (or 0xCA0522) is known color: Venetian Red. HEX triplet: CA, 05 and 22. RGB value is (202,5,34). Sum of RGB (Red+Green+Blue) = 202+5+34=241 (31% of max value = 765). Red value is 202 (79.30% from 255 or 83.82% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0522 is #35FADD. Grayscale: #434343. Windows color (decimal): -3537630 or 2229706. OLE color: 2229706.

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

Color convert

RGB 202 5 34 -
CMYK 0 0.98 0.83 0.21
HSL 351.17º 0.95% 0.41% -
HSV(B) 351.17º 0.98% 0.79% -
XYZ 24.7 12.78 2.68 -
YUV 67.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 202 5 34 0 0.98 0.83 0.21 351.17 0.95 0.41
Hex CA 5 22 0 62 53 15 15F 5F 29
Octal 312 5 42 0 142 123 25 537 137 51
Binary 11001010 101 100010 0 1100010 1010011 10101 101011111 1011111 101001

Color Harmonies of #CA0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0522

Black with #CA0522

Text Example


Text Example

White with #CA0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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