Html Css Color HEX #180F12 Rustic Red

📋 copy color: '#180F12'

red 24 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #180F12

Tints of Rustic Red #180F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.32%

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

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180F12 (or 0x180F12) is known color: Rustic Red. HEX triplet: 18, 0F and 12. RGB value is (24,15,18). Sum of RGB (Red+Green+Blue) = 24+15+18=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F12 is #E7F0ED. Grayscale: #121212. Windows color (decimal): -15200494 or 1183512. OLE color: 1183512.

HSL color Cylindrical-coordinate representation of color #180F12: hue angle of 340º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #180F12 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 15 18 -
CMYK 0 0.37 0.25 0.91
HSL 340º 0.23% 0.08% -
HSV(B) 340º 0.38% 0.09% -
XYZ 0.66 0.58 0.65 -
YUV 18.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 24 15 18 0 0.37 0.25 0.91 340 0.23 0.08
Hex 18 F 12 0 25 19 5B 154 17 8
Octal 30 17 22 0 45 31 133 524 27 10
Binary 11000 1111 10010 0 100101 11001 1011011 101010100 10111 1000

Color Harmonies of #180F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F12

Black with #180F12

Text Example


Text Example

White with #180F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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