Html Css Color HEX #361D1F Rustic Red

📋 copy color: '#361D1F'

red 54 ◦ green 29 ◦ blue 31

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

Shades of Rustic Red #361D1F

Tints of Rustic Red #361D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 47.37%
G = 25.44%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#361D1F (or 0x361D1F) is known color: Rustic Red. HEX triplet: 36, 1D and 1F. RGB value is (54,29,31). Sum of RGB (Red+Green+Blue) = 54+29+31=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #361D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D1F is #C9E2E0. Grayscale: #242424. Windows color (decimal): -13230817 or 2039094. OLE color: 2039094.

HSL color Cylindrical-coordinate representation of color #361D1F: hue angle of 355.2º 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 #361D1F is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 29 31 -
CMYK 0 0.46 0.43 0.79
HSL 355.2º 0.3% 0.16% -
HSV(B) 355.2º 0.46% 0.21% -
XYZ 2.21 1.76 1.52 -
YUV 36.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 54 29 31 0 0.46 0.43 0.79 355.2 0.3 0.16
Hex 36 1D 1F 0 2E 2B 4F 163 1E 10
Octal 66 35 37 0 56 53 117 543 36 20
Binary 110110 11101 11111 0 101110 101011 1001111 101100011 11110 10000

Color Harmonies of #361D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D1F

Black with #361D1F

Text Example


Text Example

White with #361D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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