Html Css Color HEX #361518 Rustic Red

📋 copy color: '#361518'

red 54 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #361518

Tints of Rustic Red #361518

RGB

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

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

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

R = 54.55%
G = 21.21%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#361518 (or 0x361518) is known color: Rustic Red. HEX triplet: 36, 15 and 18. RGB value is (54,21,24). Sum of RGB (Red+Green+Blue) = 54+21+24=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #361518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361518 is #C9EAE7. Grayscale: #1F1F1F. Windows color (decimal): -13232872 or 1578294. OLE color: 1578294.

HSL color Cylindrical-coordinate representation of color #361518: hue angle of 354.55º 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 #361518 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 24 -
CMYK 0 0.61 0.56 0.79
HSL 354.55º 0.44% 0.15% -
HSV(B) 354.55º 0.61% 0.21% -
XYZ 1.95 1.39 1.03 -
YUV 31.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 54 21 24 0 0.61 0.56 0.79 354.55 0.44 0.15
Hex 36 15 18 0 3D 38 4F 163 2C F
Octal 66 25 30 0 75 70 117 543 54 17
Binary 110110 10101 11000 0 111101 111000 1001111 101100011 101100 1111

Color Harmonies of #361518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361518

Black with #361518

Text Example


Text Example

White with #361518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361518; }

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

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

background-color css

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

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

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

border-color css

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

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

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