Html Css Color HEX #180507 Rustic Red

📋 copy color: '#180507'

red 24 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #180507

Tints of Rustic Red #180507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.89%

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

R = 66.67%
G = 13.89%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#180507 (or 0x180507) is known color: Rustic Red. HEX triplet: 18, 05 and 07. RGB value is (24,5,7). Sum of RGB (Red+Green+Blue) = 24+5+7=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180507 is #E7FAF8. Grayscale: #0A0A0A. Windows color (decimal): -15203065 or 460056. OLE color: 460056.

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

Color convert

RGB 24 5 7 -
CMYK 0 0.79 0.71 0.91
HSL 353.68º 0.66% 0.06% -
HSV(B) 353.68º 0.79% 0.09% -
XYZ 0.47 0.32 0.24 -
YUV 10.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 24 5 7 0 0.79 0.71 0.91 353.68 0.66 0.06
Hex 18 5 7 0 4F 47 5B 162 42 6
Octal 30 5 7 0 117 107 133 542 102 6
Binary 11000 101 111 0 1001111 1000111 1011011 101100010 1000010 110

Color Harmonies of #180507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180507

Black with #180507

Text Example


Text Example

White with #180507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180507; }

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

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

background-color css

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

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

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

border-color css

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

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

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