Html Css Color HEX #18090A Rustic Red

📋 copy color: '#18090A'

red 24 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #18090A

Tints of Rustic Red #18090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.93%

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

R = 55.81%
G = 20.93%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#18090A (or 0x18090A) is known color: Rustic Red. HEX triplet: 18, 09 and 0A. RGB value is (24,9,10). Sum of RGB (Red+Green+Blue) = 24+9+10=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090A is #E7F6F5. Grayscale: #0D0D0D. Windows color (decimal): -15202038 or 657688. OLE color: 657688.

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

Color convert

RGB 24 9 10 -
CMYK 0 0.63 0.58 0.91
HSL 356º 0.45% 0.06% -
HSV(B) 356º 0.63% 0.09% -
XYZ 0.53 0.41 0.34 -
YUV 13.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 24 9 10 0 0.63 0.58 0.91 356 0.45 0.06
Hex 18 9 A 0 3F 3A 5B 164 2D 6
Octal 30 11 12 0 77 72 133 544 55 6
Binary 11000 1001 1010 0 111111 111010 1011011 101100100 101101 110

Color Harmonies of #18090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18090A

Black with #18090A

Text Example


Text Example

White with #18090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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