Html Css Color HEX #361B1D Rustic Red

📋 copy color: '#361B1D'

red 54 ◦ green 27 ◦ blue 29

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

Shades of Rustic Red #361B1D

Tints of Rustic Red #361B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.55%

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

R = 49.09%
G = 24.55%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#361B1D (or 0x361B1D) is known color: Rustic Red. HEX triplet: 36, 1B and 1D. RGB value is (54,27,29). Sum of RGB (Red+Green+Blue) = 54+27+29=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B1D is #C9E4E2. Grayscale: #232323. Windows color (decimal): -13231331 or 1907510. OLE color: 1907510.

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

Color convert

RGB 54 27 29 -
CMYK 0 0.5 0.46 0.79
HSL 355.56º 0.33% 0.16% -
HSV(B) 355.56º 0.5% 0.21% -
XYZ 2.14 1.66 1.37 -
YUV 35.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 54 27 29 0 0.5 0.46 0.79 355.56 0.33 0.16
Hex 36 1B 1D 0 32 2E 4F 164 21 10
Octal 66 33 35 0 62 56 117 544 41 20
Binary 110110 11011 11101 0 110010 101110 1001111 101100100 100001 10000

Color Harmonies of #361B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B1D

Black with #361B1D

Text Example


Text Example

White with #361B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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