Html Css Color HEX #C13B49 Old Rose

📋 copy color: '#C13B49'

red 193 ◦ green 59 ◦ blue 73

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

Shades of Old Rose #C13B49

Tints of Old Rose #C13B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.15%

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

R = 59.38%
G = 18.15%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C13B49 (or 0xC13B49) is known color: Old Rose. HEX triplet: C1, 3B and 49. RGB value is (193,59,73). Sum of RGB (Red+Green+Blue) = 193+59+73=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B49 is #3EC4B6. Grayscale: #646464. Windows color (decimal): -4113591 or 4799425. OLE color: 4799425.

HSL color Cylindrical-coordinate representation of color #C13B49: hue angle of 353.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B49 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 59 73 -
CMYK 0 0.69 0.62 0.24
HSL 353.73º 0.53% 0.49% -
HSV(B) 353.73º 0.69% 0.76% -
XYZ 24.76 14.95 7.88 -
YUV 100.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 193 59 73 0 0.69 0.62 0.24 353.73 0.53 0.49
Hex C1 3B 49 0 45 3E 18 162 35 31
Octal 301 73 111 0 105 76 30 542 65 61
Binary 11000001 111011 1001001 0 1000101 111110 11000 101100010 110101 110001

Color Harmonies of #C13B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B49

Black with #C13B49

Text Example


Text Example

White with #C13B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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