Html Css Color HEX #361517 Rustic Red

📋 copy color: '#361517'

red 54 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #361517

Tints of Rustic Red #361517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.43%

 BLUE value IS 23 (9.38% from 255) = 23.47%

R = 55.1%
G = 21.43%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#361517 (or 0x361517) is known color: Rustic Red. HEX triplet: 36, 15 and 17. RGB value is (54,21,23). Sum of RGB (Red+Green+Blue) = 54+21+23=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361517 is #C9EAE8. Grayscale: #1F1F1F. Windows color (decimal): -13232873 or 1512758. OLE color: 1512758.

HSL color Cylindrical-coordinate representation of color #361517: hue angle of 356.36º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361517 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 23 -
CMYK 0 0.61 0.57 0.79
HSL 356.36º 0.44% 0.15% -
HSV(B) 356.36º 0.61% 0.21% -
XYZ 1.94 1.38 0.97 -
YUV 31.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 54 21 23 0 0.61 0.57 0.79 356.36 0.44 0.15
Hex 36 15 17 0 3D 39 4F 164 2C F
Octal 66 25 27 0 75 71 117 544 54 17
Binary 110110 10101 10111 0 111101 111001 1001111 101100100 101100 1111

Color Harmonies of #361517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361517

Black with #361517

Text Example


Text Example

White with #361517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361517; }

 p { color: rgb(54,21,23); }

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

background-color css

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

 a { background-color: rgb(54,21,23); }

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

border-color css

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

 span { border-color: rgb(54,21,23); }

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