Html Css Color HEX #180B0D Rustic Red

📋 copy color: '#180B0D'

red 24 ◦ green 11 ◦ blue 13

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

Shades of Rustic Red #180B0D

Tints of Rustic Red #180B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22.92%

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

R = 50%
G = 22.92%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#180B0D (or 0x180B0D) is known color: Rustic Red. HEX triplet: 18, 0B and 0D. RGB value is (24,11,13). Sum of RGB (Red+Green+Blue) = 24+11+13=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B0D is #E7F4F2. Grayscale: #0F0F0F. Windows color (decimal): -15201523 or 854808. OLE color: 854808.

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

Color convert

RGB 24 11 13 -
CMYK 0 0.54 0.46 0.91
HSL 350.77º 0.37% 0.07% -
HSV(B) 350.77º 0.54% 0.09% -
XYZ 0.57 0.46 0.44 -
YUV 15.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 24 11 13 0 0.54 0.46 0.91 350.77 0.37 0.07
Hex 18 B D 0 36 2E 5B 15F 25 7
Octal 30 13 15 0 66 56 133 537 45 7
Binary 11000 1011 1101 0 110110 101110 1011011 101011111 100101 111

Color Harmonies of #180B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B0D

Black with #180B0D

Text Example


Text Example

White with #180B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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