#15000A

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

Shades of Rustic Red #15000A

Tints of Rustic Red #15000A

Color information

#15000A (or 0x15000A) is unknown color: approx Rustic Red. HEX triplet: 15, 00 and 0A. RGB value is (21,0,10). Sum of RGB (Red+Green+Blue) = 21+0+10=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #15000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000A is #EAFFF5. Grayscale: #070707. Windows color (decimal): -15400950 or 655381. OLE color: 655381.

HSL color Cylindrical-coordinate representation of color #15000A: hue angle of 331.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15000A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB21010-
CMYK010.520.92
HSL331.43º100%4.12%-
HSV(B)331.43º100%8.24%-
XYZ0.360.180.3-
YUV7.42129.46137.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 67.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=67.74%
G=0%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21010010.520.92331.431004.12
Hex150A064345C14b644
Octal250120144641345131444
Binary10101010100110010011010010111001010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15000A; }

 p { color: rgb(21,0,10); }

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

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

 a { background-color: rgb(21,0,10); }

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

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

 span { border-color: rgb(21,0,10); }

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