Html Css Color HEX #15000A Rustic Red

📋 copy color: '#15000A'

red 21 ◦ green 0 ◦ blue 10

#15000A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #15000A

Tints of Rustic Red #15000A

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.3% from 255) = 32.26%

R = 67.74%
G = 0%
B = 32.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15000A (or 0x15000A) is known color: 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

RGB 21 0 10 -
CMYK 0 1 0.52 0.92
HSL 331.43º 1% 0.04% -
HSV(B) 331.43º 1% 0.08% -
XYZ 0.36 0.18 0.3 -
YUV 7.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 21 0 10 0 1 0.52 0.92 331.43 1 0.04
Hex 15 0 A 0 64 34 5C 14B 64 4
Octal 25 0 12 0 144 64 134 513 144 4
Binary 10101 0 1010 0 1100100 110100 1011100 101001011 1100100 100

Color Harmonies of #15000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15000A

Black with #15000A

Text Example


Text Example

White with #15000A

Text Example


Text Example

HTML Codes & Css Web 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>