Html Css Color HEX #360004 Rustic Red

📋 copy color: '#360004'

red 54 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #360004

Tints of Rustic Red #360004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 6.9%

R = 93.1%
G = 0%
B = 6.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#360004 (or 0x360004) is known color: Rustic Red. HEX triplet: 36, 00 and 04. RGB value is (54,0,4). Sum of RGB (Red+Green+Blue) = 54+0+4=58 (7% of max value = 765). Red value is 54 (21.48% from 255 or 93.10% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 54 - color contains mainly: red. Hex color #360004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360004 is #C9FFFB. Grayscale: #101010. Windows color (decimal): -13238268 or 262198. OLE color: 262198.

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

Color convert

RGB 54 0 4 -
CMYK 0 1 0.93 0.79
HSL 355.56º 1% 0.11% -
HSV(B) 355.56º 1% 0.21% -
XYZ 1.54 0.79 0.19 -
YUV 16.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 54 0 4 0 1 0.93 0.79 355.56 1 0.11
Hex 36 0 4 0 64 5D 4F 164 64 B
Octal 66 0 4 0 144 135 117 544 144 13
Binary 110110 0 100 0 1100100 1011101 1001111 101100100 1100100 1011

Color Harmonies of #360004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360004

Black with #360004

Text Example


Text Example

White with #360004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360004; }

 p { color: rgb(54,0,4); }

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

background-color css

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

 a { background-color: rgb(54,0,4); }

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

border-color css

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

 span { border-color: rgb(54,0,4); }

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