Html Css Color HEX #CA2252 Old Rose

📋 copy color: '#CA2252'

red 202 ◦ green 34 ◦ blue 82

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

Shades of Old Rose #CA2252

Tints of Old Rose #CA2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 63.52%
G = 10.69%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA2252 (or 0xCA2252) is known color: Old Rose. HEX triplet: CA, 22 and 52. RGB value is (202,34,82). Sum of RGB (Red+Green+Blue) = 202+34+82=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2252 is #35DDAD. Grayscale: #595959. Windows color (decimal): -3530158 or 5382858. OLE color: 5382858.

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

Color convert

RGB 202 34 82 -
CMYK 0 0.83 0.59 0.21
HSL 342.86º 0.71% 0.46% -
HSV(B) 342.86º 0.83% 0.79% -
XYZ 26.45 14.31 9.35 -
YUV 89.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 202 34 82 0 0.83 0.59 0.21 342.86 0.71 0.46
Hex CA 22 52 0 53 3B 15 157 47 2E
Octal 312 42 122 0 123 73 25 527 107 56
Binary 11001010 100010 1010010 0 1010011 111011 10101 101010111 1000111 101110

Color Harmonies of #CA2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2252

Black with #CA2252

Text Example


Text Example

White with #CA2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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