Html Css Color HEX #360E19 Rustic Red

📋 copy color: '#360E19'

red 54 ◦ green 14 ◦ blue 25

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

Shades of Rustic Red #360E19

Tints of Rustic Red #360E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.05%

 BLUE value IS 25 (10.16% from 255) = 26.88%

R = 58.06%
G = 15.05%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#360E19 (or 0x360E19) is known color: Rustic Red. HEX triplet: 36, 0E and 19. RGB value is (54,14,25). Sum of RGB (Red+Green+Blue) = 54+14+25=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #360E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E19 is #C9F1E6. Grayscale: #1B1B1B. Windows color (decimal): -13234663 or 1642038. OLE color: 1642038.

HSL color Cylindrical-coordinate representation of color #360E19: hue angle of 343.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E19 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 14 25 -
CMYK 0 0.74 0.54 0.79
HSL 343.5º 0.59% 0.13% -
HSV(B) 343.5º 0.74% 0.21% -
XYZ 1.85 1.17 1.05 -
YUV 27.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 54 14 25 0 0.74 0.54 0.79 343.5 0.59 0.13
Hex 36 E 19 0 4A 36 4F 158 3B D
Octal 66 16 31 0 112 66 117 530 73 15
Binary 110110 1110 11001 0 1001010 110110 1001111 101011000 111011 1101

Color Harmonies of #360E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E19

Black with #360E19

Text Example


Text Example

White with #360E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360E19; }

 p { color: rgb(54,14,25); }

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

background-color css

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

 a { background-color: rgb(54,14,25); }

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

border-color css

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

 span { border-color: rgb(54,14,25); }

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