Html Css Color HEX #180D12 Rustic Red

📋 copy color: '#180D12'

red 24 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #180D12

Tints of Rustic Red #180D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.64%

 BLUE value IS 18 (7.42% from 255) = 32.73%

R = 43.64%
G = 23.64%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180D12 (or 0x180D12) is known color: Rustic Red. HEX triplet: 18, 0D and 12. RGB value is (24,13,18). Sum of RGB (Red+Green+Blue) = 24+13+18=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D12 is #E7F2ED. Grayscale: #101010. Windows color (decimal): -15201006 or 1183000. OLE color: 1183000.

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

Color convert

RGB 24 13 18 -
CMYK 0 0.46 0.25 0.91
HSL 332.73º 0.3% 0.07% -
HSV(B) 332.73º 0.46% 0.09% -
XYZ 0.63 0.53 0.64 -
YUV 16.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 24 13 18 0 0.46 0.25 0.91 332.73 0.3 0.07
Hex 18 D 12 0 2E 19 5B 14D 1E 7
Octal 30 15 22 0 56 31 133 515 36 7
Binary 11000 1101 10010 0 101110 11001 1011011 101001101 11110 111

Color Harmonies of #180D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D12

Black with #180D12

Text Example


Text Example

White with #180D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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