Html Css Color HEX #361718 Rustic Red

📋 copy color: '#361718'

red 54 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #361718

Tints of Rustic Red #361718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.77%

 BLUE value IS 24 (9.77% from 255) = 23.76%

R = 53.47%
G = 22.77%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#361718 (or 0x361718) is known color: Rustic Red. HEX triplet: 36, 17 and 18. RGB value is (54,23,24). Sum of RGB (Red+Green+Blue) = 54+23+24=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361718 is #C9E8E7. Grayscale: #202020. Windows color (decimal): -13232360 or 1578806. OLE color: 1578806.

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

Color convert

RGB 54 23 24 -
CMYK 0 0.57 0.56 0.79
HSL 358.06º 0.4% 0.15% -
HSV(B) 358.06º 0.57% 0.21% -
XYZ 1.99 1.46 1.04 -
YUV 32.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 54 23 24 0 0.57 0.56 0.79 358.06 0.4 0.15
Hex 36 17 18 0 39 38 4F 166 28 F
Octal 66 27 30 0 71 70 117 546 50 17
Binary 110110 10111 11000 0 111001 111000 1001111 101100110 101000 1111

Color Harmonies of #361718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361718

Black with #361718

Text Example


Text Example

White with #361718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361718; }

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

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

background-color css

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

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

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

border-color css

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

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

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