Html Css Color HEX #15080D Rustic Red

📋 copy color: '#15080D'

red 21 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #15080D

Tints of Rustic Red #15080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 30.95%

R = 50%
G = 19.05%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#15080D (or 0x15080D) is known color: Rustic Red. HEX triplet: 15, 08 and 0D. RGB value is (21,8,13). Sum of RGB (Red+Green+Blue) = 21+8+13=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #15080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080D is #EAF7F2. Grayscale: #0C0C0C. Windows color (decimal): -15398899 or 854037. OLE color: 854037.

HSL color Cylindrical-coordinate representation of color #15080D: hue angle of 336.92º 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 #15080D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 8 13 -
CMYK 0 0.62 0.38 0.92
HSL 336.92º 0.45% 0.06% -
HSV(B) 336.92º 0.62% 0.08% -
XYZ 0.47 0.36 0.43 -
YUV 12.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 21 8 13 0 0.62 0.38 0.92 336.92 0.45 0.06
Hex 15 8 D 0 3E 26 5C 151 2D 6
Octal 25 10 15 0 76 46 134 521 55 6
Binary 10101 1000 1101 0 111110 100110 1011100 101010001 101101 110

Color Harmonies of #15080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15080D

Black with #15080D

Text Example


Text Example

White with #15080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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