Html Css Color HEX #361C1D Rustic Red

📋 copy color: '#361C1D'

red 54 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #361C1D

Tints of Rustic Red #361C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.23%

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

R = 48.65%
G = 25.23%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#361C1D (or 0x361C1D) is known color: Rustic Red. HEX triplet: 36, 1C and 1D. RGB value is (54,28,29). Sum of RGB (Red+Green+Blue) = 54+28+29=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C1D is #C9E3E2. Grayscale: #232323. Windows color (decimal): -13231075 or 1907766. OLE color: 1907766.

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

Color convert

RGB 54 28 29 -
CMYK 0 0.48 0.46 0.79
HSL 357.69º 0.32% 0.16% -
HSV(B) 357.69º 0.48% 0.21% -
XYZ 2.16 1.7 1.38 -
YUV 35.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 54 28 29 0 0.48 0.46 0.79 357.69 0.32 0.16
Hex 36 1C 1D 0 30 2E 4F 166 20 10
Octal 66 34 35 0 60 56 117 546 40 20
Binary 110110 11100 11101 0 110000 101110 1001111 101100110 100000 10000

Color Harmonies of #361C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C1D

Black with #361C1D

Text Example


Text Example

White with #361C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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