Html Css Color HEX #360B0D Rustic Red

📋 copy color: '#360B0D'

red 54 ◦ green 11 ◦ blue 13

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

Shades of Rustic Red #360B0D

Tints of Rustic Red #360B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.1%

 BLUE value IS 13 (5.47% from 255) = 16.67%

R = 69.23%
G = 14.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#360B0D (or 0x360B0D) is known color: Rustic Red. HEX triplet: 36, 0B and 0D. RGB value is (54,11,13). Sum of RGB (Red+Green+Blue) = 54+11+13=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B0D is #C9F4F2. Grayscale: #181818. Windows color (decimal): -13235443 or 854838. OLE color: 854838.

HSL color Cylindrical-coordinate representation of color #360B0D: hue angle of 357.21º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B0D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 11 13 -
CMYK 0 0.80 0.76 0.79
HSL 357.21º 0.66% 0.13% -
HSV(B) 357.21º 0.8% 0.21% -
XYZ 1.71 1.05 0.49 -
YUV 24.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 54 11 13 0 0.80 0.76 0.79 357.21 0.66 0.13
Hex 36 B D 0 50 4C 4F 165 42 D
Octal 66 13 15 0 120 114 117 545 102 15
Binary 110110 1011 1101 0 1010000 1001100 1001111 101100101 1000010 1101

Color Harmonies of #360B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B0D

Black with #360B0D

Text Example


Text Example

White with #360B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,11,13); }

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

background-color css

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

 a { background-color: rgb(54,11,13); }

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

border-color css

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

 span { border-color: rgb(54,11,13); }

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