#c14b1b

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

Shades of Rust #C14B1B

Tints of Rust #C14B1B

Color information

#C14B1B (or 0xC14B1B) is unknown color: approx Rust. HEX triplet: C1, 4B and 1B. RGB value is (193,75,27). Sum of RGB (Red+Green+Blue) = 193+75+27=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B1B is #3EB4E4. Grayscale: #696969. Windows color (decimal): -4109541 or 1788865. OLE color: 1788865.

HSL color Cylindrical-coordinate representation of color #C14B1B: hue angle of 17.35º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C14B1B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1937527-
CMYK00.610.860.24
HSL17.35º75.45%43.14%-
HSV(B)17.35º86.01%75.69%-
XYZ24.7116.452.91-
YUV104.8184.09190.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=65.42%
G=25.42%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193752700.610.860.2417.3575.4543.14
HexC14B1B03D5618114b2b
Octal30111333075126302111353
Binary110000011001011110110111101101011011000100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14b1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14b1b; }

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

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

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

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

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

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

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

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