Html Css Color HEX #360809 Rustic Red

📋 copy color: '#360809'

red 54 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #360809

Tints of Rustic Red #360809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.27%

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

R = 76.06%
G = 11.27%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#360809 (or 0x360809) is known color: Rustic Red. HEX triplet: 36, 08 and 09. RGB value is (54,8,9). Sum of RGB (Red+Green+Blue) = 54+8+9=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360809 is #C9F7F6. Grayscale: #151515. Windows color (decimal): -13236215 or 591926. OLE color: 591926.

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

Color convert

RGB 54 8 9 -
CMYK 0 0.85 0.83 0.79
HSL 358.7º 0.74% 0.12% -
HSV(B) 358.7º 0.85% 0.21% -
XYZ 1.66 0.98 0.36 -
YUV 21.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 54 8 9 0 0.85 0.83 0.79 358.7 0.74 0.12
Hex 36 8 9 0 55 53 4F 167 4A C
Octal 66 10 11 0 125 123 117 547 112 14
Binary 110110 1000 1001 0 1010101 1010011 1001111 101100111 1001010 1100

Color Harmonies of #360809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360809

Black with #360809

Text Example


Text Example

White with #360809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360809; }

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

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

background-color css

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

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

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

border-color css

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

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

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