#C24310

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

Shades of Rust #C24310

Tints of Rust #C24310

Color information

#C24310 (or 0xC24310) is unknown color: approx Rust. HEX triplet: C2, 43 and 10. RGB value is (194,67,16). Sum of RGB (Red+Green+Blue) = 194+67+16=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C24310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24310 is #3DBCEF. Grayscale: #636363. Windows color (decimal): -4046064 or 1065922. OLE color: 1065922.

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

Color convert

RGB1946716-
CMYK00.650.920.24
HSL17.19º84.76%41.18%-
HSV(B)17.19º91.75%76.08%-
XYZ24.3515.522.2-
YUV99.1681.08195.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 70.04%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=70.04%
G=24.19%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194671600.650.920.2417.1984.7641.18
HexC243100415C18115529
Octal302103200101134302112551
Binary1100001010000111000001000001101110011000100011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24310; }

 p { color: rgb(194,67,16); }

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

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

 a { background-color: rgb(194,67,16); }

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

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

 span { border-color: rgb(194,67,16); }

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