#C24A1D

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

Shades of Rust #C24A1D

Tints of Rust #C24A1D

Color information

#C24A1D (or 0xC24A1D) is unknown color: approx Rust. HEX triplet: C2, 4A and 1D. RGB value is (194,74,29). Sum of RGB (Red+Green+Blue) = 194+74+29=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A1D is #3DB5E2. Grayscale: #696969. Windows color (decimal): -4044259 or 1919682. OLE color: 1919682.

HSL color Cylindrical-coordinate representation of color #C24A1D: hue angle of 16.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C24A1D is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1947429-
CMYK00.620.850.24
HSL16.36º73.99%43.73%-
HSV(B)16.36º85.05%76.08%-
XYZ24.9216.463.03-
YUV104.7585.26191.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.32%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=65.32%
G=24.92%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194742900.620.850.2416.3673.9943.73
HexC24A1D03E5518104a2c
Octal30211235076125302011254
Binary110000101001010111010111110101010111000100001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A1D; }

 p { color: rgb(194,74,29); }

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

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

 a { background-color: rgb(194,74,29); }

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

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

 span { border-color: rgb(194,74,29); }

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