Html Css Color HEX #180406 Rustic Red

📋 copy color: '#180406'

red 24 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #180406

Tints of Rustic Red #180406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.76%

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

R = 70.59%
G = 11.76%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#180406 (or 0x180406) is known color: Rustic Red. HEX triplet: 18, 04 and 06. RGB value is (24,4,6). Sum of RGB (Red+Green+Blue) = 24+4+6=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #180406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180406 is #E7FBF9. Grayscale: #0A0A0A. Windows color (decimal): -15203322 or 394264. OLE color: 394264.

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

Color convert

RGB 24 4 6 -
CMYK 0 0.83 0.75 0.91
HSL 354º 0.71% 0.05% -
HSV(B) 354º 0.83% 0.09% -
XYZ 0.45 0.29 0.21 -
YUV 10.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 24 4 6 0 0.83 0.75 0.91 354 0.71 0.05
Hex 18 4 6 0 53 4B 5B 162 47 5
Octal 30 4 6 0 123 113 133 542 107 5
Binary 11000 100 110 0 1010011 1001011 1011011 101100010 1000111 101

Color Harmonies of #180406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180406

Black with #180406

Text Example


Text Example

White with #180406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180406; }

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

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

background-color css

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

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

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

border-color css

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

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

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