#C94308

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

Shades of Rust #C94308

Tints of Rust #C94308

Color information

#C94308 (or 0xC94308) is unknown color: approx Rust. HEX triplet: C9, 43 and 08. RGB value is (201,67,8). Sum of RGB (Red+Green+Blue) = 201+67+8=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C94308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94308 is #36BCF7. Grayscale: #646464. Windows color (decimal): -3587320 or 541641. OLE color: 541641.

HSL color Cylindrical-coordinate representation of color #C94308: hue angle of 18.34º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C94308 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB201678-
CMYK00.670.960.21
HSL18.34º92.34%40.98%-
HSV(B)18.34º96.02%78.82%-
XYZ26.1416.452.03-
YUV100.3475.89199.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 72.83%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 8 (3.52% from 255) = 2.90%
R=72.83%
G=24.28%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20167800.670.960.2118.3492.3440.98
HexC94380436015125c29
Octal311103100103140252213451
Binary110010011000011100001000011110000010101100101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94308; }

 p { color: rgb(201,67,8); }

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

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

 a { background-color: rgb(201,67,8); }

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

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

 span { border-color: rgb(201,67,8); }

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