Html Css Color HEX #18060A Rustic Red

📋 copy color: '#18060A'

red 24 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #18060A

Tints of Rustic Red #18060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 25%

R = 60%
G = 15%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#18060A (or 0x18060A) is known color: Rustic Red. HEX triplet: 18, 06 and 0A. RGB value is (24,6,10). Sum of RGB (Red+Green+Blue) = 24+6+10=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #18060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18060A is #E7F9F5. Grayscale: #0B0B0B. Windows color (decimal): -15202806 or 656920. OLE color: 656920.

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

Color convert

RGB 24 6 10 -
CMYK 0 0.75 0.58 0.91
HSL 346.67º 0.6% 0.06% -
HSV(B) 346.67º 0.75% 0.09% -
XYZ 0.5 0.35 0.33 -
YUV 11.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 24 6 10 0 0.75 0.58 0.91 346.67 0.6 0.06
Hex 18 6 A 0 4B 3A 5B 15B 3C 6
Octal 30 6 12 0 113 72 133 533 74 6
Binary 11000 110 1010 0 1001011 111010 1011011 101011011 111100 110

Color Harmonies of #18060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18060A

Black with #18060A

Text Example


Text Example

White with #18060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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