Html Css Color HEX #15010B Rustic Red

📋 copy color: '#15010B'

red 21 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #15010B

Tints of Rustic Red #15010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.03%

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

R = 63.64%
G = 3.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15010B (or 0x15010B) is known color: Rustic Red. HEX triplet: 15, 01 and 0B. RGB value is (21,1,11). Sum of RGB (Red+Green+Blue) = 21+1+11=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #15010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010B is #EAFEF4. Grayscale: #080808. Windows color (decimal): -15400693 or 721173. OLE color: 721173.

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

Color convert

RGB 21 1 11 -
CMYK 0 0.95 0.48 0.92
HSL 330º 0.91% 0.04% -
HSV(B) 330º 0.95% 0.08% -
XYZ 0.38 0.21 0.34 -
YUV 8.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 21 1 11 0 0.95 0.48 0.92 330 0.91 0.04
Hex 15 1 B 0 5F 30 5C 14A 5B 4
Octal 25 1 13 0 137 60 134 512 133 4
Binary 10101 1 1011 0 1011111 110000 1011100 101001010 1011011 100

Color Harmonies of #15010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15010B

Black with #15010B

Text Example


Text Example

White with #15010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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