Html Css Color HEX #C12349 Old Rose

📋 copy color: '#C12349'

red 193 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #C12349

Tints of Old Rose #C12349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 64.12%
G = 11.63%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C12349 (or 0xC12349) is known color: Old Rose. HEX triplet: C1, 23 and 49. RGB value is (193,35,73). Sum of RGB (Red+Green+Blue) = 193+35+73=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C12349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12349 is #3EDCB6. Grayscale: #565656. Windows color (decimal): -4119735 or 4793281. OLE color: 4793281.

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

Color convert

RGB 193 35 73 -
CMYK 0 0.82 0.62 0.24
HSL 345.57º 0.69% 0.45% -
HSV(B) 345.57º 0.82% 0.76% -
XYZ 23.8 13.02 7.56 -
YUV 86.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 193 35 73 0 0.82 0.62 0.24 345.57 0.69 0.45
Hex C1 23 49 0 52 3E 18 15A 45 2D
Octal 301 43 111 0 122 76 30 532 105 55
Binary 11000001 100011 1001001 0 1010010 111110 11000 101011010 1000101 101101

Color Harmonies of #C12349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12349

Black with #C12349

Text Example


Text Example

White with #C12349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12349; }

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

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

background-color css

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

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

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

border-color css

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

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

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