#14050B

Color #14050B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #14050B

Tints of Rustic Red #14050B

Color information

#14050B (or 0x14050B) is unknown color: approx Rustic Red. HEX triplet: 14, 05 and 0B. RGB value is (20,5,11). Sum of RGB (Red+Green+Blue) = 20+5+11=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #14050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050B is #EBFAF4. Grayscale: #0A0A0A. Windows color (decimal): -15465205 or 722196. OLE color: 722196.

HSL color Cylindrical-coordinate representation of color #14050B: hue angle of 336º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14050B is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB20511-
CMYK00.750.450.92
HSL336º60%4.9%-
HSV(B)336º75%7.84%-
XYZ0.40.280.35-
YUV10.17128.47135.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=55.56%
G=13.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051100.750.450.92336604.9
Hex145B04B2D5C1503c5
Octal24513011355134520745
Binary101001011011010010111011011011100101010000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14050B; }

 p { color: rgb(20,5,11); }

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

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

 a { background-color: rgb(20,5,11); }

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

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

 span { border-color: rgb(20,5,11); }

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