Html Css Color HEX #180304 Rustic Red

📋 copy color: '#180304'

red 24 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #180304

Tints of Rustic Red #180304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 12.9%

R = 77.42%
G = 9.68%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#180304 (or 0x180304) is known color: Rustic Red. HEX triplet: 18, 03 and 04. RGB value is (24,3,4). Sum of RGB (Red+Green+Blue) = 24+3+4=31 (4% of max value = 765). Red value is 24 (9.77% from 255 or 77.42% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 24 - color contains mainly: red. Hex color #180304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180304 is #E7FCFB. Grayscale: #090909. Windows color (decimal): -15203580 or 262936. OLE color: 262936.

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

Color convert

RGB 24 3 4 -
CMYK 0 0.88 0.83 0.91
HSL 357.14º 0.78% 0.05% -
HSV(B) 357.14º 0.88% 0.09% -
XYZ 0.43 0.27 0.14 -
YUV 9.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 24 3 4 0 0.88 0.83 0.91 357.14 0.78 0.05
Hex 18 3 4 0 58 53 5B 165 4E 5
Octal 30 3 4 0 130 123 133 545 116 5
Binary 11000 11 100 0 1011000 1010011 1011011 101100101 1001110 101

Color Harmonies of #180304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180304

Black with #180304

Text Example


Text Example

White with #180304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180304; }

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

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

background-color css

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

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

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

border-color css

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

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

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