Html Css Color HEX #180407 Rustic Red

📋 copy color: '#180407'

red 24 ◦ green 4 ◦ blue 7

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

Shades of Rustic Red #180407

Tints of Rustic Red #180407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.43%

 BLUE value IS 7 (3.13% from 255) = 20%

R = 68.57%
G = 11.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#180407 (or 0x180407) is known color: Rustic Red. HEX triplet: 18, 04 and 07. RGB value is (24,4,7). Sum of RGB (Red+Green+Blue) = 24+4+7=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180407 is #E7FBF8. Grayscale: #0A0A0A. Windows color (decimal): -15203321 or 459800. OLE color: 459800.

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

Color convert

RGB 24 4 7 -
CMYK 0 0.83 0.71 0.91
HSL 351º 0.71% 0.05% -
HSV(B) 351º 0.83% 0.09% -
XYZ 0.46 0.3 0.23 -
YUV 10.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 24 4 7 0 0.83 0.71 0.91 351 0.71 0.05
Hex 18 4 7 0 53 47 5B 15F 47 5
Octal 30 4 7 0 123 107 133 537 107 5
Binary 11000 100 111 0 1010011 1000111 1011011 101011111 1000111 101

Color Harmonies of #180407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180407

Black with #180407

Text Example


Text Example

White with #180407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180407; }

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

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

background-color css

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

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

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

border-color css

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

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

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