Html Css Color HEX #360113 Rustic Red

📋 copy color: '#360113'

red 54 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #360113

Tints of Rustic Red #360113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 72.97%
G = 1.35%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#360113 (or 0x360113) is known color: Rustic Red. HEX triplet: 36, 01 and 13. RGB value is (54,1,19). Sum of RGB (Red+Green+Blue) = 54+1+19=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360113 is #C9FEEC. Grayscale: #121212. Windows color (decimal): -13237997 or 1245494. OLE color: 1245494.

HSL color Cylindrical-coordinate representation of color #360113: hue angle of 339.62º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360113 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 1 19 -
CMYK 0 0.98 0.65 0.79
HSL 339.62º 0.96% 0.11% -
HSV(B) 339.62º 0.98% 0.21% -
XYZ 1.65 0.85 0.69 -
YUV 18.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 54 1 19 0 0.98 0.65 0.79 339.62 0.96 0.11
Hex 36 1 13 0 62 41 4F 154 60 B
Octal 66 1 23 0 142 101 117 524 140 13
Binary 110110 1 10011 0 1100010 1000001 1001111 101010100 1100000 1011

Color Harmonies of #360113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360113

Black with #360113

Text Example


Text Example

White with #360113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360113; }

 p { color: rgb(54,1,19); }

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

background-color css

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

 a { background-color: rgb(54,1,19); }

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

border-color css

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

 span { border-color: rgb(54,1,19); }

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