#C43A4B

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

Shades of Old Rose #C43A4B

Tints of Old Rose #C43A4B

Color information

#C43A4B (or 0xC43A4B) is unknown color: approx Old Rose. HEX triplet: C4, 3A and 4B. RGB value is (196,58,75). Sum of RGB (Red+Green+Blue) = 196+58+75=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A4B is #3BC5B4. Grayscale: #656565. Windows color (decimal): -3917237 or 4930244. OLE color: 4930244.

HSL color Cylindrical-coordinate representation of color #C43A4B: hue angle of 352.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A4B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1965875-
CMYK00.700.620.23
HSL352.61º54.33%49.8%-
HSV(B)352.61º70.41%76.86%-
XYZ25.5515.278.26-
YUV101.2113.22195.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=59.57%
G=17.63%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196587500.700.620.23352.6154.3349.8
HexC43A4B0463E171613632
Octal30472113010676275416662
Binary1100010011101010010110100011011111010111101100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A4B; }

 p { color: rgb(196,58,75); }

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

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

 a { background-color: rgb(196,58,75); }

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

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

 span { border-color: rgb(196,58,75); }

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