Html Css Color HEX #15080B Rustic Red

📋 copy color: '#15080B'

red 21 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #15080B

Tints of Rustic Red #15080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 27.5%

R = 52.5%
G = 20%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15080B (or 0x15080B) is known color: Rustic Red. HEX triplet: 15, 08 and 0B. RGB value is (21,8,11). Sum of RGB (Red+Green+Blue) = 21+8+11=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080B is #EAF7F4. Grayscale: #0C0C0C. Windows color (decimal): -15398901 or 722965. OLE color: 722965.

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

Color convert

RGB 21 8 11 -
CMYK 0 0.62 0.48 0.92
HSL 346.15º 0.45% 0.06% -
HSV(B) 346.15º 0.62% 0.08% -
XYZ 0.46 0.36 0.36 -
YUV 12.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 21 8 11 0 0.62 0.48 0.92 346.15 0.45 0.06
Hex 15 8 B 0 3E 30 5C 15A 2D 6
Octal 25 10 13 0 76 60 134 532 55 6
Binary 10101 1000 1011 0 111110 110000 1011100 101011010 101101 110

Color Harmonies of #15080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15080B

Black with #15080B

Text Example


Text Example

White with #15080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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