Html Css Color HEX #361D1E Rustic Red

📋 copy color: '#361D1E'

red 54 ◦ green 29 ◦ blue 30

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

Shades of Rustic Red #361D1E

Tints of Rustic Red #361D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.66%

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 47.79%
G = 25.66%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#361D1E (or 0x361D1E) is known color: Rustic Red. HEX triplet: 36, 1D and 1E. RGB value is (54,29,30). Sum of RGB (Red+Green+Blue) = 54+29+30=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #361D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D1E is #C9E2E1. Grayscale: #242424. Windows color (decimal): -13230818 or 1973558. OLE color: 1973558.

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

Color convert

RGB 54 29 30 -
CMYK 0 0.46 0.44 0.79
HSL 357.6º 0.3% 0.16% -
HSV(B) 357.6º 0.46% 0.21% -
XYZ 2.2 1.76 1.45 -
YUV 36.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 54 29 30 0 0.46 0.44 0.79 357.6 0.3 0.16
Hex 36 1D 1E 0 2E 2C 4F 166 1E 10
Octal 66 35 36 0 56 54 117 546 36 20
Binary 110110 11101 11110 0 101110 101100 1001111 101100110 11110 10000

Color Harmonies of #361D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D1E

Black with #361D1E

Text Example


Text Example

White with #361D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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