Html Css Color HEX #360406 Rustic Red

📋 copy color: '#360406'

red 54 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #360406

Tints of Rustic Red #360406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.25%

 BLUE value IS 6 (2.73% from 255) = 9.38%

R = 84.38%
G = 6.25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#360406 (or 0x360406) is known color: Rustic Red. HEX triplet: 36, 04 and 06. RGB value is (54,4,6). Sum of RGB (Red+Green+Blue) = 54+4+6=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360406 is #C9FBF9. Grayscale: #131313. Windows color (decimal): -13237242 or 394294. OLE color: 394294.

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

Color convert

RGB 54 4 6 -
CMYK 0 0.93 0.89 0.79
HSL 357.6º 0.86% 0.11% -
HSV(B) 357.6º 0.93% 0.21% -
XYZ 1.6 0.88 0.26 -
YUV 19.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 54 4 6 0 0.93 0.89 0.79 357.6 0.86 0.11
Hex 36 4 6 0 5D 59 4F 166 56 B
Octal 66 4 6 0 135 131 117 546 126 13
Binary 110110 100 110 0 1011101 1011001 1001111 101100110 1010110 1011

Color Harmonies of #360406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360406

Black with #360406

Text Example


Text Example

White with #360406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360406; }

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

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

background-color css

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

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

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

border-color css

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

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

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