#360F1A

Color #360F1A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #360F1A

Tints of Rustic Red #360F1A

Color information

#360F1A (or 0x360F1A) is unknown color: approx Rustic Red. HEX triplet: 36, 0F and 1A. RGB value is (54,15,26). Sum of RGB (Red+Green+Blue) = 54+15+26=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #360F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F1A is #C9F0E5. Grayscale: #1B1B1B. Windows color (decimal): -13234406 or 1707830. OLE color: 1707830.

HSL color Cylindrical-coordinate representation of color #360F1A: hue angle of 343.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #360F1A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB541526-
CMYK00.720.520.79
HSL343.08º56.52%13.53%-
HSV(B)343.08º72.22%21.18%-
XYZ1.881.21.11-
YUV27.92126.92146.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.84%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=56.84%
G=15.79%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54152600.720.520.79343.0856.5213.53
Hex36F1A048344F15739e
Octal6617320110641175277116
Binary1101101111110100100100011010010011111010101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360F1A; }

 p { color: rgb(54,15,26); }

 H1.HeaderClassName
 {
   color: #360F1A;
 }
 .AnyTagClassName
 {
   color: #360F1A;
 }
</style>
background-color css

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

 a { background-color: rgb(54,15,26); }

 div.DivClassName
 {
   background-color: #360F1A;
 }
 .BgClassName
 {
   background-color: #360F1A;
 }
</style>
border-color css

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

 span { border-color: rgb(54,15,26); }

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