Html Css Color HEX #15080A Rustic Red

📋 copy color: '#15080A'

red 21 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #15080A

Tints of Rustic Red #15080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 20.51%

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

R = 53.85%
G = 20.51%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#15080A (or 0x15080A) is known color: Rustic Red. HEX triplet: 15, 08 and 0A. RGB value is (21,8,10). Sum of RGB (Red+Green+Blue) = 21+8+10=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #15080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080A is #EAF7F5. Grayscale: #0C0C0C. Windows color (decimal): -15398902 or 657429. OLE color: 657429.

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

Color convert

RGB 21 8 10 -
CMYK 0 0.62 0.52 0.92
HSL 350.77º 0.45% 0.06% -
HSV(B) 350.77º 0.62% 0.08% -
XYZ 0.45 0.36 0.33 -
YUV 12.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 21 8 10 0 0.62 0.52 0.92 350.77 0.45 0.06
Hex 15 8 A 0 3E 34 5C 15F 2D 6
Octal 25 10 12 0 76 64 134 537 55 6
Binary 10101 1000 1010 0 111110 110100 1011100 101011111 101101 110

Color Harmonies of #15080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15080A

Black with #15080A

Text Example


Text Example

White with #15080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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