Html Css Color HEX #180006 Rustic Red

📋 copy color: '#180006'

red 24 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #180006

Tints of Rustic Red #180006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#180006 (or 0x180006) is known color: Rustic Red. HEX triplet: 18, 00 and 06. RGB value is (24,0,6). Sum of RGB (Red+Green+Blue) = 24+0+6=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180006 is #E7FFF9. Grayscale: #070707. Windows color (decimal): -15204346 or 393240. OLE color: 393240.

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

Color convert

RGB 24 0 6 -
CMYK 0 1 0.75 0.91
HSL 345º 1% 0.05% -
HSV(B) 345º 1% 0.09% -
XYZ 0.41 0.21 0.19 -
YUV 7.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 24 0 6 0 1 0.75 0.91 345 1 0.05
Hex 18 0 6 0 64 4B 5B 159 64 5
Octal 30 0 6 0 144 113 133 531 144 5
Binary 11000 0 110 0 1100100 1001011 1011011 101011001 1100100 101

Color Harmonies of #180006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180006

Black with #180006

Text Example


Text Example

White with #180006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180006; }

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

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

background-color css

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

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

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

border-color css

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

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

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