Html Css Color HEX #360718 Rustic Red

📋 copy color: '#360718'

red 54 ◦ green 7 ◦ blue 24

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

Shades of Rustic Red #360718

Tints of Rustic Red #360718

RGB

 RED value IS 54 (21.48% from 255) = 63.53%

 GREEN value IS 7 (3.13% from 255) = 8.24%

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 63.53%
G = 8.24%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#360718 (or 0x360718) is known color: Rustic Red. HEX triplet: 36, 07 and 18. RGB value is (54,7,24). Sum of RGB (Red+Green+Blue) = 54+7+24=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #360718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360718 is #C9F8E7. Grayscale: #161616. Windows color (decimal): -13236456 or 1574710. OLE color: 1574710.

HSL color Cylindrical-coordinate representation of color #360718: hue angle of 338.3º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #360718 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 7 24 -
CMYK 0 0.87 0.56 0.79
HSL 338.3º 0.77% 0.12% -
HSV(B) 338.3º 0.87% 0.21% -
XYZ 1.76 1 0.96 -
YUV 22.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 54 7 24 0 0.87 0.56 0.79 338.3 0.77 0.12
Hex 36 7 18 0 57 38 4F 152 4D C
Octal 66 7 30 0 127 70 117 522 115 14
Binary 110110 111 11000 0 1010111 111000 1001111 101010010 1001101 1100

Color Harmonies of #360718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360718

Black with #360718

Text Example


Text Example

White with #360718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360718; }

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

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

background-color css

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

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

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

border-color css

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

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

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