Html Css Color HEX #C13548 Old Rose

📋 copy color: '#C13548'

red 193 ◦ green 53 ◦ blue 72

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

Shades of Old Rose #C13548

Tints of Old Rose #C13548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 60.69%
G = 16.67%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C13548 (or 0xC13548) is known color: Old Rose. HEX triplet: C1, 35 and 48. RGB value is (193,53,72). Sum of RGB (Red+Green+Blue) = 193+53+72=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C13548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13548 is #3ECAB7. Grayscale: #616161. Windows color (decimal): -4115128 or 4732353. OLE color: 4732353.

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

Color convert

RGB 193 53 72 -
CMYK 0 0.73 0.63 0.24
HSL 351.86º 0.57% 0.48% -
HSV(B) 351.86º 0.73% 0.76% -
XYZ 24.44 14.35 7.61 -
YUV 97.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 193 53 72 0 0.73 0.63 0.24 351.86 0.57 0.48
Hex C1 35 48 0 49 3F 18 160 39 30
Octal 301 65 110 0 111 77 30 540 71 60
Binary 11000001 110101 1001000 0 1001001 111111 11000 101100000 111001 110000

Color Harmonies of #C13548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13548

Black with #C13548

Text Example


Text Example

White with #C13548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13548; }

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

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

background-color css

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

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

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

border-color css

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

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

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