Html Css Color HEX #C13349 Old Rose

📋 copy color: '#C13349'

red 193 ◦ green 51 ◦ blue 73

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

Shades of Old Rose #C13349

Tints of Old Rose #C13349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 60.88%
G = 16.09%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C13349 (or 0xC13349) is known color: Old Rose. HEX triplet: C1, 33 and 49. RGB value is (193,51,73). Sum of RGB (Red+Green+Blue) = 193+51+73=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C13349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13349 is #3ECCB6. Grayscale: #606060. Windows color (decimal): -4115639 or 4797377. OLE color: 4797377.

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

Color convert

RGB 193 51 73 -
CMYK 0 0.74 0.62 0.24
HSL 350.7º 0.58% 0.48% -
HSV(B) 350.7º 0.74% 0.76% -
XYZ 24.38 14.19 7.76 -
YUV 95.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 193 51 73 0 0.74 0.62 0.24 350.7 0.58 0.48
Hex C1 33 49 0 4A 3E 18 15F 3A 30
Octal 301 63 111 0 112 76 30 537 72 60
Binary 11000001 110011 1001001 0 1001010 111110 11000 101011111 111010 110000

Color Harmonies of #C13349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13349

Black with #C13349

Text Example


Text Example

White with #C13349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13349; }

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

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

background-color css

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

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

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

border-color css

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

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

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