Html Css Color HEX #360509 Rustic Red

📋 copy color: '#360509'

red 54 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #360509

Tints of Rustic Red #360509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.35%

 BLUE value IS 9 (3.91% from 255) = 13.24%

R = 79.41%
G = 7.35%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#360509 (or 0x360509) is known color: Rustic Red. HEX triplet: 36, 05 and 09. RGB value is (54,5,9). Sum of RGB (Red+Green+Blue) = 54+5+9=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360509 is #C9FAF6. Grayscale: #141414. Windows color (decimal): -13236983 or 591158. OLE color: 591158.

HSL color Cylindrical-coordinate representation of color #360509: hue angle of 355.1º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360509 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 5 9 -
CMYK 0 0.91 0.83 0.79
HSL 355.1º 0.83% 0.12% -
HSV(B) 355.1º 0.91% 0.21% -
XYZ 1.62 0.91 0.35 -
YUV 20.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 54 5 9 0 0.91 0.83 0.79 355.1 0.83 0.12
Hex 36 5 9 0 5B 53 4F 163 53 C
Octal 66 5 11 0 133 123 117 543 123 14
Binary 110110 101 1001 0 1011011 1010011 1001111 101100011 1010011 1100

Color Harmonies of #360509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360509

Black with #360509

Text Example


Text Example

White with #360509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360509; }

 p { color: rgb(54,5,9); }

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

background-color css

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

 a { background-color: rgb(54,5,9); }

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

border-color css

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

 span { border-color: rgb(54,5,9); }

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