Html Css Color HEX #360209 Rustic Red

📋 copy color: '#360209'

red 54 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #360209

Tints of Rustic Red #360209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.08%

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

R = 83.08%
G = 3.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#360209 (or 0x360209) is known color: Rustic Red. HEX triplet: 36, 02 and 09. RGB value is (54,2,9). Sum of RGB (Red+Green+Blue) = 54+2+9=65 (8% of max value = 765). Red value is 54 (21.48% from 255 or 83.08% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 54 - color contains mainly: red. Hex color #360209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360209 is #C9FDF6. Grayscale: #121212. Windows color (decimal): -13237751 or 590390. OLE color: 590390.

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

Color convert

RGB 54 2 9 -
CMYK 0 0.96 0.83 0.79
HSL 351.92º 0.93% 0.11% -
HSV(B) 351.92º 0.96% 0.21% -
XYZ 1.59 0.85 0.34 -
YUV 18.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 54 2 9 0 0.96 0.83 0.79 351.92 0.93 0.11
Hex 36 2 9 0 60 53 4F 160 5D B
Octal 66 2 11 0 140 123 117 540 135 13
Binary 110110 10 1001 0 1100000 1010011 1001111 101100000 1011101 1011

Color Harmonies of #360209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360209

Black with #360209

Text Example


Text Example

White with #360209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360209; }

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

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

background-color css

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

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

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

border-color css

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

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

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