#C14302

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

Shades of Rust #C14302

Tints of Rust #C14302

Color information

#C14302 (or 0xC14302) is unknown color: approx Rust. HEX triplet: C1, 43 and 02. RGB value is (193,67,2). Sum of RGB (Red+Green+Blue) = 193+67+2=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C14302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14302 is #3EBCFD. Grayscale: #616161. Windows color (decimal): -4111614 or 148417. OLE color: 148417.

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

Color convert

RGB193672-
CMYK00.650.990.24
HSL20.42º97.95%38.24%-
HSV(B)20.42º98.96%75.69%-
XYZ24.0115.361.76-
YUV97.2674.24196.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.66%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=73.66%
G=25.57%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19367200.650.990.2420.4297.9538.24
HexC14320416318146226
Octal30110320101143302414246
Binary1100000110000111001000001110001111000101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14302; }

 p { color: rgb(193,67,2); }

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

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

 a { background-color: rgb(193,67,2); }

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

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

 span { border-color: rgb(193,67,2); }

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