Html Css Color HEX #361217 Rustic Red

📋 copy color: '#361217'

red 54 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #361217

Tints of Rustic Red #361217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

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

R = 56.84%
G = 18.95%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#361217 (or 0x361217) is known color: Rustic Red. HEX triplet: 36, 12 and 17. RGB value is (54,18,23). Sum of RGB (Red+Green+Blue) = 54+18+23=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361217 is #C9EDE8. Grayscale: #1D1D1D. Windows color (decimal): -13233641 or 1511990. OLE color: 1511990.

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

Color convert

RGB 54 18 23 -
CMYK 0 0.67 0.57 0.79
HSL 351.67º 0.5% 0.14% -
HSV(B) 351.67º 0.67% 0.21% -
XYZ 1.89 1.28 0.96 -
YUV 29.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 54 18 23 0 0.67 0.57 0.79 351.67 0.5 0.14
Hex 36 12 17 0 43 39 4F 160 32 E
Octal 66 22 27 0 103 71 117 540 62 16
Binary 110110 10010 10111 0 1000011 111001 1001111 101100000 110010 1110

Color Harmonies of #361217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361217

Black with #361217

Text Example


Text Example

White with #361217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361217; }

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

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

background-color css

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

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

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

border-color css

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

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

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