#C2451F

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

Shades of Rust #C2451F

Tints of Rust #C2451F

Color information

#C2451F (or 0xC2451F) is unknown color: approx Rust. HEX triplet: C2, 45 and 1F. RGB value is (194,69,31). Sum of RGB (Red+Green+Blue) = 194+69+31=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2451F is #3DBAE0. Grayscale: #666666. Windows color (decimal): -4045537 or 2049474. OLE color: 2049474.

HSL color Cylindrical-coordinate representation of color #C2451F: hue angle of 13.99º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2451F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1946931-
CMYK00.640.840.24
HSL13.99º72.44%44.12%-
HSV(B)13.99º84.02%76.08%-
XYZ24.6215.823.05-
YUV102.0487.91193.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.99%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=65.99%
G=23.47%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194693100.640.840.2413.9972.4444.12
HexC2451F0405418e482c
Octal302105370100124301611054
Binary110000101000101111110100000010101001100011101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2451F; }

 p { color: rgb(194,69,31); }

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

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

 a { background-color: rgb(194,69,31); }

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

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

 span { border-color: rgb(194,69,31); }

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