Html Css Color HEX #180A0D Rustic Red

📋 copy color: '#180A0D'

red 24 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #180A0D

Tints of Rustic Red #180A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 21.28%

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

R = 51.06%
G = 21.28%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#180A0D (or 0x180A0D) is known color: Rustic Red. HEX triplet: 18, 0A and 0D. RGB value is (24,10,13). Sum of RGB (Red+Green+Blue) = 24+10+13=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A0D is #E7F5F2. Grayscale: #0E0E0E. Windows color (decimal): -15201779 or 854552. OLE color: 854552.

HSL color Cylindrical-coordinate representation of color #180A0D: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #180A0D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 10 13 -
CMYK 0 0.58 0.46 0.91
HSL 347.14º 0.41% 0.07% -
HSV(B) 347.14º 0.58% 0.09% -
XYZ 0.56 0.44 0.44 -
YUV 14.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 24 10 13 0 0.58 0.46 0.91 347.14 0.41 0.07
Hex 18 A D 0 3A 2E 5B 15B 29 7
Octal 30 12 15 0 72 56 133 533 51 7
Binary 11000 1010 1101 0 111010 101110 1011011 101011011 101001 111

Color Harmonies of #180A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A0D

Black with #180A0D

Text Example


Text Example

White with #180A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180A0D; }

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

 H1.HeaderClassName
 {
   color: #180A0D;
 }
 .AnyTagClassName
 {
   color: #180A0D;
 }
</style>

background-color css

<style>
 a { background-color: #180A0D; }

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

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

border-color css

<style>
 span { border-color: #180A0D; }

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

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