Html Css Color HEX #C12748 Old Rose

📋 copy color: '#C12748'

red 193 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #C12748

Tints of Old Rose #C12748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 63.49%
G = 12.83%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12748 (or 0xC12748) is known color: Old Rose. HEX triplet: C1, 27 and 48. RGB value is (193,39,72). Sum of RGB (Red+Green+Blue) = 193+39+72=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C12748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12748 is #3ED8B7. Grayscale: #585858. Windows color (decimal): -4118712 or 4728769. OLE color: 4728769.

HSL color Cylindrical-coordinate representation of color #C12748: hue angle of 347.14º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12748 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 72 -
CMYK 0 0.80 0.63 0.24
HSL 347.14º 0.66% 0.45% -
HSV(B) 347.14º 0.8% 0.76% -
XYZ 23.89 13.26 7.43 -
YUV 88.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 193 39 72 0 0.80 0.63 0.24 347.14 0.66 0.45
Hex C1 27 48 0 50 3F 18 15B 42 2D
Octal 301 47 110 0 120 77 30 533 102 55
Binary 11000001 100111 1001000 0 1010000 111111 11000 101011011 1000010 101101

Color Harmonies of #C12748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12748

Black with #C12748

Text Example


Text Example

White with #C12748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12748; }

 p { color: rgb(193,39,72); }

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

background-color css

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

 a { background-color: rgb(193,39,72); }

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

border-color css

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

 span { border-color: rgb(193,39,72); }

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