Html Css Color HEX #180309 Rustic Red

📋 copy color: '#180309'

red 24 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #180309

Tints of Rustic Red #180309

RGB

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

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

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

R = 66.67%
G = 8.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#180309 (or 0x180309) is known color: Rustic Red. HEX triplet: 18, 03 and 09. RGB value is (24,3,9). Sum of RGB (Red+Green+Blue) = 24+3+9=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180309 is #E7FCF6. Grayscale: #090909. Windows color (decimal): -15203575 or 590616. OLE color: 590616.

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

Color convert

RGB 24 3 9 -
CMYK 0 0.88 0.63 0.91
HSL 342.86º 0.78% 0.05% -
HSV(B) 342.86º 0.88% 0.09% -
XYZ 0.46 0.28 0.29 -
YUV 9.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 24 3 9 0 0.88 0.63 0.91 342.86 0.78 0.05
Hex 18 3 9 0 58 3F 5B 157 4E 5
Octal 30 3 11 0 130 77 133 527 116 5
Binary 11000 11 1001 0 1011000 111111 1011011 101010111 1001110 101

Color Harmonies of #180309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180309

Black with #180309

Text Example


Text Example

White with #180309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180309; }

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

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

background-color css

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

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

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

border-color css

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

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

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