Html Css Color HEX #180506 Rustic Red

📋 copy color: '#180506'

red 24 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #180506

Tints of Rustic Red #180506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 14.29%

 BLUE value IS 6 (2.73% from 255) = 17.14%

R = 68.57%
G = 14.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#180506 (or 0x180506) is known color: Rustic Red. HEX triplet: 18, 05 and 06. RGB value is (24,5,6). Sum of RGB (Red+Green+Blue) = 24+5+6=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180506 is #E7FAF9. Grayscale: #0A0A0A. Windows color (decimal): -15203066 or 394520. OLE color: 394520.

HSL color Cylindrical-coordinate representation of color #180506: hue angle of 356.84º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180506 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 5 6 -
CMYK 0 0.79 0.75 0.91
HSL 356.84º 0.66% 0.06% -
HSV(B) 356.84º 0.79% 0.09% -
XYZ 0.46 0.32 0.21 -
YUV 10.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 24 5 6 0 0.79 0.75 0.91 356.84 0.66 0.06
Hex 18 5 6 0 4F 4B 5B 165 42 6
Octal 30 5 6 0 117 113 133 545 102 6
Binary 11000 101 110 0 1001111 1001011 1011011 101100101 1000010 110

Color Harmonies of #180506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180506

Black with #180506

Text Example


Text Example

White with #180506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180506; }

 p { color: rgb(24,5,6); }

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

background-color css

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

 a { background-color: rgb(24,5,6); }

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

border-color css

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

 span { border-color: rgb(24,5,6); }

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