Html Css Color HEX #C13049 Old Rose

📋 copy color: '#C13049'

red 193 ◦ green 48 ◦ blue 73

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

Shades of Old Rose #C13049

Tints of Old Rose #C13049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.25%

R = 61.46%
G = 15.29%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C13049 (or 0xC13049) is known color: Old Rose. HEX triplet: C1, 30 and 49. RGB value is (193,48,73). Sum of RGB (Red+Green+Blue) = 193+48+73=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C13049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13049 is #3ECFB6. Grayscale: #5E5E5E. Windows color (decimal): -4116407 or 4796609. OLE color: 4796609.

HSL color Cylindrical-coordinate representation of color #C13049: hue angle of 349.66º 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 #C13049 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 73 -
CMYK 0 0.75 0.62 0.24
HSL 349.66º 0.6% 0.47% -
HSV(B) 349.66º 0.75% 0.76% -
XYZ 24.25 13.93 7.71 -
YUV 94.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 193 48 73 0 0.75 0.62 0.24 349.66 0.6 0.47
Hex C1 30 49 0 4B 3E 18 15E 3C 2F
Octal 301 60 111 0 113 76 30 536 74 57
Binary 11000001 110000 1001001 0 1001011 111110 11000 101011110 111100 101111

Color Harmonies of #C13049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13049

Black with #C13049

Text Example


Text Example

White with #C13049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13049; }

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

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

background-color css

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

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

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

border-color css

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

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

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