Html Css Color HEX #15010A Rustic Red

📋 copy color: '#15010A'

red 21 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #15010A

Tints of Rustic Red #15010A

RGB

 RED value IS 21 (8.59% from 255) = 65.63%

 GREEN value IS 1 (0.78% from 255) = 3.13%

 BLUE value IS 10 (4.3% from 255) = 31.25%

R = 65.63%
G = 3.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15010A (or 0x15010A) is known color: Rustic Red. HEX triplet: 15, 01 and 0A. RGB value is (21,1,10). Sum of RGB (Red+Green+Blue) = 21+1+10=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #15010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010A is #EAFEF5. Grayscale: #070707. Windows color (decimal): -15400694 or 655637. OLE color: 655637.

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

Color convert

RGB 21 1 10 -
CMYK 0 0.95 0.52 0.92
HSL 333º 0.91% 0.04% -
HSV(B) 333º 0.95% 0.08% -
XYZ 0.37 0.2 0.31 -
YUV 8.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 21 1 10 0 0.95 0.52 0.92 333 0.91 0.04
Hex 15 1 A 0 5F 34 5C 14D 5B 4
Octal 25 1 12 0 137 64 134 515 133 4
Binary 10101 1 1010 0 1011111 110100 1011100 101001101 1011011 100

Color Harmonies of #15010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15010A

Black with #15010A

Text Example


Text Example

White with #15010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15010A;
 }
 .AnyTagClassName
 {
   color: #15010A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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