Html Css Color HEX #360C19 Rustic Red

📋 copy color: '#360C19'

red 54 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #360C19

Tints of Rustic Red #360C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.19%

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

R = 59.34%
G = 13.19%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#360C19 (or 0x360C19) is known color: Rustic Red. HEX triplet: 36, 0C and 19. RGB value is (54,12,25). Sum of RGB (Red+Green+Blue) = 54+12+25=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #360C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C19 is #C9F3E6. Grayscale: #1A1A1A. Windows color (decimal): -13235175 or 1641526. OLE color: 1641526.

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

Color convert

RGB 54 12 25 -
CMYK 0 0.78 0.54 0.79
HSL 341.43º 0.64% 0.13% -
HSV(B) 341.43º 0.78% 0.21% -
XYZ 1.83 1.12 1.04 -
YUV 26.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 54 12 25 0 0.78 0.54 0.79 341.43 0.64 0.13
Hex 36 C 19 0 4E 36 4F 155 40 D
Octal 66 14 31 0 116 66 117 525 100 15
Binary 110110 1100 11001 0 1001110 110110 1001111 101010101 1000000 1101

Color Harmonies of #360C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C19

Black with #360C19

Text Example


Text Example

White with #360C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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