Html Css Color HEX #C12249 Old Rose

📋 copy color: '#C12249'

red 193 ◦ green 34 ◦ blue 73

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

Shades of Old Rose #C12249

Tints of Old Rose #C12249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

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

R = 64.33%
G = 11.33%
B = 24.33%

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

#C12249 (or 0xC12249) is known color: Old Rose. HEX triplet: C1, 22 and 49. RGB value is (193,34,73). Sum of RGB (Red+Green+Blue) = 193+34+73=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C12249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12249 is #3EDDB6. Grayscale: #555555. Windows color (decimal): -4119991 or 4793025. OLE color: 4793025.

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

Color convert

RGB 193 34 73 -
CMYK 0 0.82 0.62 0.24
HSL 345.28º 0.7% 0.45% -
HSV(B) 345.28º 0.82% 0.76% -
XYZ 23.77 12.96 7.55 -
YUV 85.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 193 34 73 0 0.82 0.62 0.24 345.28 0.7 0.45
Hex C1 22 49 0 52 3E 18 159 46 2D
Octal 301 42 111 0 122 76 30 531 106 55
Binary 11000001 100010 1001001 0 1010010 111110 11000 101011001 1000110 101101

Color Harmonies of #C12249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12249

Black with #C12249

Text Example


Text Example

White with #C12249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12249; }

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

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

background-color css

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

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

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

border-color css

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

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

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