Html Css Color HEX #18030A Rustic Red

📋 copy color: '#18030A'

red 24 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #18030A

Tints of Rustic Red #18030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.11%

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

R = 64.86%
G = 8.11%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#18030A (or 0x18030A) is known color: Rustic Red. HEX triplet: 18, 03 and 0A. RGB value is (24,3,10). Sum of RGB (Red+Green+Blue) = 24+3+10=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #18030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18030A is #E7FCF5. Grayscale: #0A0A0A. Windows color (decimal): -15203574 or 656152. OLE color: 656152.

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

Color convert

RGB 24 3 10 -
CMYK 0 0.88 0.58 0.91
HSL 340º 0.78% 0.05% -
HSV(B) 340º 0.88% 0.09% -
XYZ 0.46 0.28 0.32 -
YUV 10.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 24 3 10 0 0.88 0.58 0.91 340 0.78 0.05
Hex 18 3 A 0 58 3A 5B 154 4E 5
Octal 30 3 12 0 130 72 133 524 116 5
Binary 11000 11 1010 0 1011000 111010 1011011 101010100 1001110 101

Color Harmonies of #18030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18030A

Black with #18030A

Text Example


Text Example

White with #18030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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