#12050B

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

Shades of Rustic Red #12050B

Tints of Rustic Red #12050B

Color information

#12050B (or 0x12050B) is unknown color: approx Rustic Red. HEX triplet: 12, 05 and 0B. RGB value is (18,5,11). Sum of RGB (Red+Green+Blue) = 18+5+11=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050B is #EDFAF4. Grayscale: #090909. Windows color (decimal): -15596277 or 722194. OLE color: 722194.

HSL color Cylindrical-coordinate representation of color #12050B: hue angle of 332.31º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12050B is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB18511-
CMYK00.720.390.93
HSL332.31º56.52%4.51%-
HSV(B)332.31º72.22%7.06%-
XYZ0.360.260.35-
YUV9.57128.81134.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 11 (4.69% from 255) = 32.35%
R=52.94%
G=14.71%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1851100.720.390.93332.3156.524.51
Hex125B048275D14c395
Octal22513011047135514715
Binary100101011011010010001001111011101101001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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