Html Css Color HEX #15090A Rustic Red

📋 copy color: '#15090A'

red 21 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #15090A

Tints of Rustic Red #15090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 22.5%

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

R = 52.5%
G = 22.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15090A (or 0x15090A) is known color: Rustic Red. HEX triplet: 15, 09 and 0A. RGB value is (21,9,10). Sum of RGB (Red+Green+Blue) = 21+9+10=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15090A is #EAF6F5. Grayscale: #0C0C0C. Windows color (decimal): -15398646 or 657685. OLE color: 657685.

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

Color convert

RGB 21 9 10 -
CMYK 0 0.57 0.52 0.92
HSL 355º 0.4% 0.06% -
HSV(B) 355º 0.57% 0.08% -
XYZ 0.46 0.38 0.34 -
YUV 12.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 21 9 10 0 0.57 0.52 0.92 355 0.4 0.06
Hex 15 9 A 0 39 34 5C 163 28 6
Octal 25 11 12 0 71 64 134 543 50 6
Binary 10101 1001 1010 0 111001 110100 1011100 101100011 101000 110

Color Harmonies of #15090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15090A

Black with #15090A

Text Example


Text Example

White with #15090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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