#C3480A

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

Shades of Rust #C3480A

Tints of Rust #C3480A

Color information

#C3480A (or 0xC3480A) is unknown color: approx Rust. HEX triplet: C3, 48 and 0A. RGB value is (195,72,10). Sum of RGB (Red+Green+Blue) = 195+72+10=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3480A is #3CB7F5. Grayscale: #666666. Windows color (decimal): -3979254 or 673987. OLE color: 673987.

HSL color Cylindrical-coordinate representation of color #C3480A: hue angle of 20.11º 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 #C3480A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1957210-
CMYK00.630.950.24
HSL20.11º90.24%40.2%-
HSV(B)20.11º94.87%76.47%-
XYZ24.8816.262.11-
YUV101.7176.25194.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.40%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=70.40%
G=25.99%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195721000.630.950.2420.1190.2440.2
HexC348A03F5F18145a28
Octal30311012077137302413250
Binary11000011100100010100111111101111111000101001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3480A; }

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

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

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

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

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

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

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

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