Html Css Color HEX #15060C Rustic Red

📋 copy color: '#15060C'

red 21 ◦ green 6 ◦ blue 12

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

Shades of Rustic Red #15060C

Tints of Rustic Red #15060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 30.77%

R = 53.85%
G = 15.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#15060C (or 0x15060C) is known color: Rustic Red. HEX triplet: 15, 06 and 0C. RGB value is (21,6,12). Sum of RGB (Red+Green+Blue) = 21+6+12=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #15060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060C is #EAF9F3. Grayscale: #0B0B0B. Windows color (decimal): -15399412 or 787989. OLE color: 787989.

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

Color convert

RGB 21 6 12 -
CMYK 0 0.71 0.43 0.92
HSL 336º 0.56% 0.05% -
HSV(B) 336º 0.71% 0.08% -
XYZ 0.44 0.32 0.39 -
YUV 11.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 21 6 12 0 0.71 0.43 0.92 336 0.56 0.05
Hex 15 6 C 0 47 2B 5C 150 38 5
Octal 25 6 14 0 107 53 134 520 70 5
Binary 10101 110 1100 0 1000111 101011 1011100 101010000 111000 101

Color Harmonies of #15060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15060C

Black with #15060C

Text Example


Text Example

White with #15060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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