Html Css Color HEX #18060D Rustic Red

📋 copy color: '#18060D'

red 24 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #18060D

Tints of Rustic Red #18060D

RGB

 RED value IS 24 (9.77% from 255) = 55.81%

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

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

R = 55.81%
G = 13.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#18060D (or 0x18060D) is known color: Rustic Red. HEX triplet: 18, 06 and 0D. RGB value is (24,6,13). Sum of RGB (Red+Green+Blue) = 24+6+13=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18060D is #E7F9F2. Grayscale: #0C0C0C. Windows color (decimal): -15202803 or 853528. OLE color: 853528.

HSL color Cylindrical-coordinate representation of color #18060D: hue angle of 336.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18060D is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 6 13 -
CMYK 0 0.75 0.46 0.91
HSL 336.67º 0.6% 0.06% -
HSV(B) 336.67º 0.75% 0.09% -
XYZ 0.51 0.35 0.42 -
YUV 12.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 24 6 13 0 0.75 0.46 0.91 336.67 0.6 0.06
Hex 18 6 D 0 4B 2E 5B 151 3C 6
Octal 30 6 15 0 113 56 133 521 74 6
Binary 11000 110 1101 0 1001011 101110 1011011 101010001 111100 110

Color Harmonies of #18060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18060D

Black with #18060D

Text Example


Text Example

White with #18060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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