Html Css Color HEX #180A0F Rustic Red

📋 copy color: '#180A0F'

red 24 ◦ green 10 ◦ blue 15

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

Shades of Rustic Red #180A0F

Tints of Rustic Red #180A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 30.61%

R = 48.98%
G = 20.41%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#180A0F (or 0x180A0F) is known color: Rustic Red. HEX triplet: 18, 0A and 0F. RGB value is (24,10,15). Sum of RGB (Red+Green+Blue) = 24+10+15=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A0F is #E7F5F0. Grayscale: #0E0E0E. Windows color (decimal): -15201777 or 985624. OLE color: 985624.

HSL color Cylindrical-coordinate representation of color #180A0F: hue angle of 338.57º 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 #180A0F is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 10 15 -
CMYK 0 0.58 0.37 0.91
HSL 338.57º 0.41% 0.07% -
HSV(B) 338.57º 0.58% 0.09% -
XYZ 0.57 0.45 0.51 -
YUV 14.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 24 10 15 0 0.58 0.37 0.91 338.57 0.41 0.07
Hex 18 A F 0 3A 25 5B 153 29 7
Octal 30 12 17 0 72 45 133 523 51 7
Binary 11000 1010 1111 0 111010 100101 1011011 101010011 101001 111

Color Harmonies of #180A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A0F

Black with #180A0F

Text Example


Text Example

White with #180A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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