#C3410A

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

Shades of Rust #C3410A

Tints of Rust #C3410A

Color information

#C3410A (or 0xC3410A) is unknown color: approx Rust. HEX triplet: C3, 41 and 0A. RGB value is (195,65,10). Sum of RGB (Red+Green+Blue) = 195+65+10=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3410A is #3CBEF5. Grayscale: #616161. Windows color (decimal): -3981046 or 672195. OLE color: 672195.

HSL color Cylindrical-coordinate representation of color #C3410A: hue angle of 17.84º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3410A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1956510-
CMYK00.670.950.24
HSL17.84º90.24%40.2%-
HSV(B)17.84º94.87%76.47%-
XYZ24.4515.41.97-
YUV97.678.57197.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 72.22%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 10 (4.30% from 255) = 3.70%
R=72.22%
G=24.07%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195651000.670.950.2417.8490.2440.2
HexC341A0435F18125a28
Octal303101120103137302213250
Binary110000111000001101001000011101111111000100101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3410A; }

 p { color: rgb(195,65,10); }

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

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

 a { background-color: rgb(195,65,10); }

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

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

 span { border-color: rgb(195,65,10); }

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