Html Css Color HEX #CA244B Old Rose

📋 copy color: '#CA244B'

red 202 ◦ green 36 ◦ blue 75

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

Shades of Old Rose #CA244B

Tints of Old Rose #CA244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 64.54%
G = 11.5%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA244B (or 0xCA244B) is known color: Old Rose. HEX triplet: CA, 24 and 4B. RGB value is (202,36,75). Sum of RGB (Red+Green+Blue) = 202+36+75=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA244B is #35DBB4. Grayscale: #5A5A5A. Windows color (decimal): -3529653 or 4924618. OLE color: 4924618.

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

Color convert

RGB 202 36 75 -
CMYK 0 0.82 0.63 0.21
HSL 345.9º 0.7% 0.47% -
HSV(B) 345.9º 0.82% 0.79% -
XYZ 26.26 14.33 8.04 -
YUV 90.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 202 36 75 0 0.82 0.63 0.21 345.9 0.7 0.47
Hex CA 24 4B 0 52 3F 15 15A 46 2F
Octal 312 44 113 0 122 77 25 532 106 57
Binary 11001010 100100 1001011 0 1010010 111111 10101 101011010 1000110 101111

Color Harmonies of #CA244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA244B

Black with #CA244B

Text Example


Text Example

White with #CA244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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