Html Css Color HEX #361A1D Rustic Red

📋 copy color: '#361A1D'

red 54 ◦ green 26 ◦ blue 29

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

Shades of Rustic Red #361A1D

Tints of Rustic Red #361A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.85%

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 49.54%
G = 23.85%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#361A1D (or 0x361A1D) is known color: Rustic Red. HEX triplet: 36, 1A and 1D. RGB value is (54,26,29). Sum of RGB (Red+Green+Blue) = 54+26+29=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #361A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A1D is #C9E5E2. Grayscale: #222222. Windows color (decimal): -13231587 or 1907254. OLE color: 1907254.

HSL color Cylindrical-coordinate representation of color #361A1D: hue angle of 353.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A1D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 29 -
CMYK 0 0.52 0.46 0.79
HSL 353.57º 0.35% 0.16% -
HSV(B) 353.57º 0.52% 0.21% -
XYZ 2.11 1.61 1.36 -
YUV 34.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 54 26 29 0 0.52 0.46 0.79 353.57 0.35 0.16
Hex 36 1A 1D 0 34 2E 4F 162 23 10
Octal 66 32 35 0 64 56 117 542 43 20
Binary 110110 11010 11101 0 110100 101110 1001111 101100010 100011 10000

Color Harmonies of #361A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A1D

Black with #361A1D

Text Example


Text Example

White with #361A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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