Html Css Color HEX #15060B Rustic Red

📋 copy color: '#15060B'

red 21 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #15060B

Tints of Rustic Red #15060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15.79%

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

R = 55.26%
G = 15.79%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15060B (or 0x15060B) is known color: Rustic Red. HEX triplet: 15, 06 and 0B. RGB value is (21,6,11). Sum of RGB (Red+Green+Blue) = 21+6+11=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060B is #EAF9F4. Grayscale: #0B0B0B. Windows color (decimal): -15399413 or 722453. OLE color: 722453.

HSL color Cylindrical-coordinate representation of color #15060B: hue angle of 340º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15060B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 6 11 -
CMYK 0 0.71 0.48 0.92
HSL 340º 0.56% 0.05% -
HSV(B) 340º 0.71% 0.08% -
XYZ 0.43 0.31 0.35 -
YUV 11.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 21 6 11 0 0.71 0.48 0.92 340 0.56 0.05
Hex 15 6 B 0 47 30 5C 154 38 5
Octal 25 6 13 0 107 60 134 524 70 5
Binary 10101 110 1011 0 1000111 110000 1011100 101010100 111000 101

Color Harmonies of #15060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15060B

Black with #15060B

Text Example


Text Example

White with #15060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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