#C14B0A

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

Shades of Rust #C14B0A

Tints of Rust #C14B0A

Color information

#C14B0A (or 0xC14B0A) is unknown color: approx Rust. HEX triplet: C1, 4B and 0A. RGB value is (193,75,10). Sum of RGB (Red+Green+Blue) = 193+75+10=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14B0A is #3EB4F5. Grayscale: #676767. Windows color (decimal): -4109558 or 674753. OLE color: 674753.

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

Color convert

RGB1937510-
CMYK00.610.950.24
HSL21.31º90.15%39.8%-
HSV(B)21.31º94.82%75.69%-
XYZ24.5616.392.16-
YUV102.8775.59192.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.42%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=69.42%
G=26.98%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193751000.610.950.2421.3190.1539.8
HexC14BA03D5F18155a28
Octal30111312075137302513250
Binary11000001100101110100111101101111111000101011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B0A; }

 p { color: rgb(193,75,10); }

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

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

 a { background-color: rgb(193,75,10); }

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

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

 span { border-color: rgb(193,75,10); }

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