Html Css Color HEX #15060D Rustic Red

📋 copy color: '#15060D'

red 21 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #15060D

Tints of Rustic Red #15060D

RGB

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

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

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

R = 52.5%
G = 15%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#15060D (or 0x15060D) is known color: Rustic Red. HEX triplet: 15, 06 and 0D. RGB value is (21,6,13). Sum of RGB (Red+Green+Blue) = 21+6+13=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060D is #EAF9F2. Grayscale: #0B0B0B. Windows color (decimal): -15399411 or 853525. OLE color: 853525.

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

Color convert

RGB 21 6 13 -
CMYK 0 0.71 0.38 0.92
HSL 332º 0.56% 0.05% -
HSV(B) 332º 0.71% 0.08% -
XYZ 0.45 0.32 0.42 -
YUV 11.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 21 6 13 0 0.71 0.38 0.92 332 0.56 0.05
Hex 15 6 D 0 47 26 5C 14C 38 5
Octal 25 6 15 0 107 46 134 514 70 5
Binary 10101 110 1101 0 1000111 100110 1011100 101001100 111000 101

Color Harmonies of #15060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15060D

Black with #15060D

Text Example


Text Example

White with #15060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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