#C1424B

Color #C1424B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C1424B

Tints of Old Rose #C1424B

Color information

#C1424B (or 0xC1424B) is unknown color: approx Old Rose. HEX triplet: C1, 42 and 4B. RGB value is (193,66,75). Sum of RGB (Red+Green+Blue) = 193+66+75=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1424B is #3EBDB4. Grayscale: #696969. Windows color (decimal): -4111797 or 4932289. OLE color: 4932289.

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

Color convert

RGB1936675-
CMYK00.660.610.24
HSL355.75º50.6%50.78%-
HSV(B)355.75º65.8%75.69%-
XYZ25.2115.748.37-
YUV105111.08190.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.78%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=57.78%
G=19.76%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193667500.660.610.24355.7550.650.78
HexC1424B0423D181643333
Octal301102113010275305446363
Binary11000001100001010010110100001011110111000101100100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1424B; }

 p { color: rgb(193,66,75); }

 H1.HeaderClassName
 {
   color: #C1424B;
 }
 .AnyTagClassName
 {
   color: #C1424B;
 }
</style>
background-color css

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

 a { background-color: rgb(193,66,75); }

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

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

 span { border-color: rgb(193,66,75); }

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