Html Css Color HEX #C13048 Old Rose

📋 copy color: '#C13048'

red 193 ◦ green 48 ◦ blue 72

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

Shades of Old Rose #C13048

Tints of Old Rose #C13048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

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

R = 61.66%
G = 15.34%
B = 23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C13048 (or 0xC13048) is known color: Old Rose. HEX triplet: C1, 30 and 48. RGB value is (193,48,72). Sum of RGB (Red+Green+Blue) = 193+48+72=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13048 is #3ECFB7. Grayscale: #5E5E5E. Windows color (decimal): -4116408 or 4731073. OLE color: 4731073.

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

Color convert

RGB 193 48 72 -
CMYK 0 0.75 0.63 0.24
HSL 350.07º 0.6% 0.47% -
HSV(B) 350.07º 0.75% 0.76% -
XYZ 24.22 13.92 7.54 -
YUV 94.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 193 48 72 0 0.75 0.63 0.24 350.07 0.6 0.47
Hex C1 30 48 0 4B 3F 18 15E 3C 2F
Octal 301 60 110 0 113 77 30 536 74 57
Binary 11000001 110000 1001000 0 1001011 111111 11000 101011110 111100 101111

Color Harmonies of #C13048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13048

Black with #C13048

Text Example


Text Example

White with #C13048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13048; }

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

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

background-color css

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

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

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

border-color css

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

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

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