Html Css Color HEX #CA2454 Old Rose

📋 copy color: '#CA2454'

red 202 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #CA2454

Tints of Old Rose #CA2454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 62.73%
G = 11.18%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA2454 (or 0xCA2454) is known color: Old Rose. HEX triplet: CA, 24 and 54. RGB value is (202,36,84). Sum of RGB (Red+Green+Blue) = 202+36+84=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2454 is #35DBAB. Grayscale: #5B5B5B. Windows color (decimal): -3529644 or 5514442. OLE color: 5514442.

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

Color convert

RGB 202 36 84 -
CMYK 0 0.82 0.58 0.21
HSL 342.65º 0.7% 0.47% -
HSV(B) 342.65º 0.82% 0.79% -
XYZ 26.59 14.46 9.78 -
YUV 91.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 202 36 84 0 0.82 0.58 0.21 342.65 0.7 0.47
Hex CA 24 54 0 52 3A 15 157 46 2F
Octal 312 44 124 0 122 72 25 527 106 57
Binary 11001010 100100 1010100 0 1010010 111010 10101 101010111 1000110 101111

Color Harmonies of #CA2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2454

Black with #CA2454

Text Example


Text Example

White with #CA2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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