Html Css Color HEX #36040D Rustic Red

📋 copy color: '#36040D'

red 54 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #36040D

Tints of Rustic Red #36040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.31%

R = 76.06%
G = 5.63%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#36040D (or 0x36040D) is known color: Rustic Red. HEX triplet: 36, 04 and 0D. RGB value is (54,4,13). Sum of RGB (Red+Green+Blue) = 54+4+13=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #36040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36040D is #C9FBF2. Grayscale: #131313. Windows color (decimal): -13237235 or 853046. OLE color: 853046.

HSL color Cylindrical-coordinate representation of color #36040D: hue angle of 349.2º 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 #36040D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 4 13 -
CMYK 0 0.93 0.76 0.79
HSL 349.2º 0.86% 0.11% -
HSV(B) 349.2º 0.93% 0.21% -
XYZ 1.64 0.9 0.47 -
YUV 19.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 54 4 13 0 0.93 0.76 0.79 349.2 0.86 0.11
Hex 36 4 D 0 5D 4C 4F 15D 56 B
Octal 66 4 15 0 135 114 117 535 126 13
Binary 110110 100 1101 0 1011101 1001100 1001111 101011101 1010110 1011

Color Harmonies of #36040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36040D

Black with #36040D

Text Example


Text Example

White with #36040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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