Html Css Color HEX #CA2450 Old Rose

📋 copy color: '#CA2450'

red 202 ◦ green 36 ◦ blue 80

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

Shades of Old Rose #CA2450

Tints of Old Rose #CA2450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 63.52%
G = 11.32%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA2450 (or 0xCA2450) is known color: Old Rose. HEX triplet: CA, 24 and 50. RGB value is (202,36,80). Sum of RGB (Red+Green+Blue) = 202+36+80=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2450 is #35DBAF. Grayscale: #5A5A5A. Windows color (decimal): -3529648 or 5252298. OLE color: 5252298.

HSL color Cylindrical-coordinate representation of color #CA2450: hue angle of 344.1º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2450 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 80 -
CMYK 0 0.82 0.60 0.21
HSL 344.1º 0.7% 0.47% -
HSV(B) 344.1º 0.82% 0.79% -
XYZ 26.44 14.4 8.98 -
YUV 90.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 202 36 80 0 0.82 0.60 0.21 344.1 0.7 0.47
Hex CA 24 50 0 52 3C 15 158 46 2F
Octal 312 44 120 0 122 74 25 530 106 57
Binary 11001010 100100 1010000 0 1010010 111100 10101 101011000 1000110 101111

Color Harmonies of #CA2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2450

Black with #CA2450

Text Example


Text Example

White with #CA2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2450; }

 p { color: rgb(202,36,80); }

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

background-color css

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

 a { background-color: rgb(202,36,80); }

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

border-color css

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

 span { border-color: rgb(202,36,80); }

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