Html Css Color HEX #360712 Rustic Red

📋 copy color: '#360712'

red 54 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #360712

Tints of Rustic Red #360712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 68.35%
G = 8.86%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#360712 (or 0x360712) is known color: Rustic Red. HEX triplet: 36, 07 and 12. RGB value is (54,7,18). Sum of RGB (Red+Green+Blue) = 54+7+18=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360712 is #C9F8ED. Grayscale: #161616. Windows color (decimal): -13236462 or 1181494. OLE color: 1181494.

HSL color Cylindrical-coordinate representation of color #360712: hue angle of 345.96º 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 #360712 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 7 18 -
CMYK 0 0.87 0.67 0.79
HSL 345.96º 0.77% 0.12% -
HSV(B) 345.96º 0.87% 0.21% -
XYZ 1.71 0.98 0.67 -
YUV 22.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 54 7 18 0 0.87 0.67 0.79 345.96 0.77 0.12
Hex 36 7 12 0 57 43 4F 15A 4D C
Octal 66 7 22 0 127 103 117 532 115 14
Binary 110110 111 10010 0 1010111 1000011 1001111 101011010 1001101 1100

Color Harmonies of #360712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360712

Black with #360712

Text Example


Text Example

White with #360712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360712; }

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

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

background-color css

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

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

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

border-color css

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

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

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