Html Css Color HEX #361213 Rustic Red

📋 copy color: '#361213'

red 54 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #361213

Tints of Rustic Red #361213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 59.34%
G = 19.78%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361213 (or 0x361213) is known color: Rustic Red. HEX triplet: 36, 12 and 13. RGB value is (54,18,19). Sum of RGB (Red+Green+Blue) = 54+18+19=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361213 is #C9EDEC. Grayscale: #1C1C1C. Windows color (decimal): -13233645 or 1249846. OLE color: 1249846.

HSL color Cylindrical-coordinate representation of color #361213: hue angle of 358.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361213 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 18 19 -
CMYK 0 0.67 0.65 0.79
HSL 358.33º 0.5% 0.14% -
HSV(B) 358.33º 0.67% 0.21% -
XYZ 1.86 1.26 0.76 -
YUV 28.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 54 18 19 0 0.67 0.65 0.79 358.33 0.5 0.14
Hex 36 12 13 0 43 41 4F 166 32 E
Octal 66 22 23 0 103 101 117 546 62 16
Binary 110110 10010 10011 0 1000011 1000001 1001111 101100110 110010 1110

Color Harmonies of #361213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361213

Black with #361213

Text Example


Text Example

White with #361213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361213; }

 p { color: rgb(54,18,19); }

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

background-color css

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

 a { background-color: rgb(54,18,19); }

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

border-color css

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

 span { border-color: rgb(54,18,19); }

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