Html Css Color HEX #361417 Rustic Red

📋 copy color: '#361417'

red 54 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #361417

Tints of Rustic Red #361417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.62%

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

R = 55.67%
G = 20.62%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#361417 (or 0x361417) is known color: Rustic Red. HEX triplet: 36, 14 and 17. RGB value is (54,20,23). Sum of RGB (Red+Green+Blue) = 54+20+23=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361417 is #C9EBE8. Grayscale: #1E1E1E. Windows color (decimal): -13233129 or 1512502. OLE color: 1512502.

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

Color convert

RGB 54 20 23 -
CMYK 0 0.63 0.57 0.79
HSL 354.71º 0.46% 0.15% -
HSV(B) 354.71º 0.63% 0.21% -
XYZ 1.93 1.35 0.97 -
YUV 30.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 54 20 23 0 0.63 0.57 0.79 354.71 0.46 0.15
Hex 36 14 17 0 3F 39 4F 163 2E F
Octal 66 24 27 0 77 71 117 543 56 17
Binary 110110 10100 10111 0 111111 111001 1001111 101100011 101110 1111

Color Harmonies of #361417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361417

Black with #361417

Text Example


Text Example

White with #361417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361417; }

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

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

background-color css

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

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

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

border-color css

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

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

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