Html Css Color HEX #180609 Rustic Red

📋 copy color: '#180609'

red 24 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #180609

Tints of Rustic Red #180609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15.38%

 BLUE value IS 9 (3.91% from 255) = 23.08%

R = 61.54%
G = 15.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#180609 (or 0x180609) is known color: Rustic Red. HEX triplet: 18, 06 and 09. RGB value is (24,6,9). Sum of RGB (Red+Green+Blue) = 24+6+9=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180609 is #E7F9F6. Grayscale: #0B0B0B. Windows color (decimal): -15202807 or 591384. OLE color: 591384.

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

Color convert

RGB 24 6 9 -
CMYK 0 0.75 0.63 0.91
HSL 350º 0.6% 0.06% -
HSV(B) 350º 0.75% 0.09% -
XYZ 0.49 0.34 0.3 -
YUV 11.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 24 6 9 0 0.75 0.63 0.91 350 0.6 0.06
Hex 18 6 9 0 4B 3F 5B 15E 3C 6
Octal 30 6 11 0 113 77 133 536 74 6
Binary 11000 110 1001 0 1001011 111111 1011011 101011110 111100 110

Color Harmonies of #180609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180609

Black with #180609

Text Example


Text Example

White with #180609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180609; }

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

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

background-color css

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

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

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

border-color css

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

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

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