#C3424B

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

Shades of Old Rose #C3424B

Tints of Old Rose #C3424B

Color information

#C3424B (or 0xC3424B) is unknown color: approx Old Rose. HEX triplet: C3, 42 and 4B. RGB value is (195,66,75). Sum of RGB (Red+Green+Blue) = 195+66+75=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3424B is #3CBDB4. Grayscale: #696969. Windows color (decimal): -3980725 or 4932291. OLE color: 4932291.

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

Color convert

RGB1956675-
CMYK00.660.620.24
HSL355.81º51.81%51.18%-
HSV(B)355.81º66.15%76.47%-
XYZ25.7216.018.39-
YUV105.6110.74191.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.04%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=58.04%
G=19.64%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195667500.660.620.24355.8151.8151.18
HexC3424B0423E181643433
Octal303102113010276305446463
Binary11000011100001010010110100001011111011000101100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3424B; }

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

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

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

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

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

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

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

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