Html Css Color HEX #C12548 Old Rose

📋 copy color: '#C12548'

red 193 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #C12548

Tints of Old Rose #C12548

RGB

 RED value IS 193 (75.78% from 255) = 63.91%

 GREEN value IS 37 (14.84% from 255) = 12.25%

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

R = 63.91%
G = 12.25%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12548 (or 0xC12548) is known color: Old Rose. HEX triplet: C1, 25 and 48. RGB value is (193,37,72). Sum of RGB (Red+Green+Blue) = 193+37+72=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C12548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12548 is #3EDAB7. Grayscale: #575757. Windows color (decimal): -4119224 or 4728257. OLE color: 4728257.

HSL color Cylindrical-coordinate representation of color #C12548: hue angle of 346.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12548 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 72 -
CMYK 0 0.81 0.63 0.24
HSL 346.54º 0.68% 0.45% -
HSV(B) 346.54º 0.81% 0.76% -
XYZ 23.82 13.13 7.41 -
YUV 87.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 193 37 72 0 0.81 0.63 0.24 346.54 0.68 0.45
Hex C1 25 48 0 51 3F 18 15B 44 2D
Octal 301 45 110 0 121 77 30 533 104 55
Binary 11000001 100101 1001000 0 1010001 111111 11000 101011011 1000100 101101

Color Harmonies of #C12548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12548

Black with #C12548

Text Example


Text Example

White with #C12548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12548; }

 p { color: rgb(193,37,72); }

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

background-color css

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

 a { background-color: rgb(193,37,72); }

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

border-color css

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

 span { border-color: rgb(193,37,72); }

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