#15030C

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

Shades of Rustic Red #15030C

Tints of Rustic Red #15030C

Color information

#15030C (or 0x15030C) is unknown color: approx Rustic Red. HEX triplet: 15, 03 and 0C. RGB value is (21,3,12). Sum of RGB (Red+Green+Blue) = 21+3+12=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15030C is #EAFCF3. Grayscale: #090909. Windows color (decimal): -15400180 or 787221. OLE color: 787221.

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

Color convert

RGB21312-
CMYK00.860.430.92
HSL330º75%4.71%-
HSV(B)330º85.71%8.24%-
XYZ0.410.250.37-
YUV9.41129.46136.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 58.33%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=58.33%
G=8.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2131200.860.430.92330754.71
Hex153C0562B5C14a4b5
Octal253140126531345121135
Binary101011111000101011010101110111001010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15030C; }

 p { color: rgb(21,3,12); }

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

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

 a { background-color: rgb(21,3,12); }

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

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

 span { border-color: rgb(21,3,12); }

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