#C44202

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

Shades of Rust #C44202

Tints of Rust #C44202

Color information

#C44202 (or 0xC44202) is unknown color: approx Rust. HEX triplet: C4, 42 and 02. RGB value is (196,66,2). Sum of RGB (Red+Green+Blue) = 196+66+2=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C44202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44202 is #3BBDFD. Grayscale: #616161. Windows color (decimal): -3915262 or 148164. OLE color: 148164.

HSL color Cylindrical-coordinate representation of color #C44202: hue angle of 19.79º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C44202 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB196662-
CMYK00.660.990.23
HSL19.79º97.98%38.82%-
HSV(B)19.79º98.98%76.86%-
XYZ24.7215.641.77-
YUV97.5774.07198.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 74.24%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=74.24%
G=25%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19666200.660.990.2319.7997.9838.82
HexC44220426317146227
Octal30410220102143272414247
Binary1100010010000101001000010110001110111101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44202; }

 p { color: rgb(196,66,2); }

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

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

 a { background-color: rgb(196,66,2); }

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

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

 span { border-color: rgb(196,66,2); }

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