Html Css Color HEX #C12445 Old Rose

📋 copy color: '#C12445'

red 193 ◦ green 36 ◦ blue 69

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

Shades of Old Rose #C12445

Tints of Old Rose #C12445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 64.77%
G = 12.08%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12445 (or 0xC12445) is known color: Old Rose. HEX triplet: C1, 24 and 45. RGB value is (193,36,69). Sum of RGB (Red+Green+Blue) = 193+36+69=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C12445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12445 is #3EDBBA. Grayscale: #565656. Windows color (decimal): -4119483 or 4531393. OLE color: 4531393.

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

Color convert

RGB 193 36 69 -
CMYK 0 0.81 0.64 0.24
HSL 347.39º 0.69% 0.45% -
HSV(B) 347.39º 0.81% 0.76% -
XYZ 23.7 13.03 6.9 -
YUV 86.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 193 36 69 0 0.81 0.64 0.24 347.39 0.69 0.45
Hex C1 24 45 0 51 40 18 15B 45 2D
Octal 301 44 105 0 121 100 30 533 105 55
Binary 11000001 100100 1000101 0 1010001 1000000 11000 101011011 1000101 101101

Color Harmonies of #C12445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12445

Black with #C12445

Text Example


Text Example

White with #C12445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12445; }

 p { color: rgb(193,36,69); }

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

background-color css

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

 a { background-color: rgb(193,36,69); }

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

border-color css

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

 span { border-color: rgb(193,36,69); }

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