Html Css Color HEX #C52848 Old Rose

📋 copy color: '#C52848'

red 197 ◦ green 40 ◦ blue 72

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

Shades of Old Rose #C52848

Tints of Old Rose #C52848

RGB

 RED value IS 197 (77.34% from 255) = 63.75%

 GREEN value IS 40 (16.02% from 255) = 12.94%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 63.75%
G = 12.94%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C52848 (or 0xC52848) is known color: Old Rose. HEX triplet: C5, 28 and 48. RGB value is (197,40,72). Sum of RGB (Red+Green+Blue) = 197+40+72=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C52848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52848 is #3AD7B7. Grayscale: #5A5A5A. Windows color (decimal): -3856312 or 4729029. OLE color: 4729029.

HSL color Cylindrical-coordinate representation of color #C52848: hue angle of 347.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52848 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 72 -
CMYK 0 0.80 0.63 0.23
HSL 347.77º 0.66% 0.46% -
HSV(B) 347.77º 0.8% 0.77% -
XYZ 24.95 13.86 7.49 -
YUV 90.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 197 40 72 0 0.80 0.63 0.23 347.77 0.66 0.46
Hex C5 28 48 0 50 3F 17 15C 42 2E
Octal 305 50 110 0 120 77 27 534 102 56
Binary 11000101 101000 1001000 0 1010000 111111 10111 101011100 1000010 101110

Color Harmonies of #C52848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52848

Black with #C52848

Text Example


Text Example

White with #C52848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52848; }

 p { color: rgb(197,40,72); }

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

background-color css

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

 a { background-color: rgb(197,40,72); }

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

border-color css

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

 span { border-color: rgb(197,40,72); }

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