Html Css Color HEX #180608 Rustic Red

📋 copy color: '#180608'

red 24 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #180608

Tints of Rustic Red #180608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 21.05%

R = 63.16%
G = 15.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.91

RGB Variations

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

Color information

#180608 (or 0x180608) is known color: Rustic Red. HEX triplet: 18, 06 and 08. RGB value is (24,6,8). Sum of RGB (Red+Green+Blue) = 24+6+8=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180608 is #E7F9F7. Grayscale: #0B0B0B. Windows color (decimal): -15202808 or 525848. OLE color: 525848.

HSL color Cylindrical-coordinate representation of color #180608: hue angle of 353.33º 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 #180608 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 6 8 -
CMYK 0 0.75 0.67 0.91
HSL 353.33º 0.6% 0.06% -
HSV(B) 353.33º 0.75% 0.09% -
XYZ 0.49 0.34 0.27 -
YUV 11.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 24 6 8 0 0.75 0.67 0.91 353.33 0.6 0.06
Hex 18 6 8 0 4B 43 5B 161 3C 6
Octal 30 6 10 0 113 103 133 541 74 6
Binary 11000 110 1000 0 1001011 1000011 1011011 101100001 111100 110

Color Harmonies of #180608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180608

Black with #180608

Text Example


Text Example

White with #180608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180608; }

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

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

background-color css

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

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

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

border-color css

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

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

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