Html Css Color HEX #360214 Rustic Red

📋 copy color: '#360214'

red 54 ◦ green 2 ◦ blue 20

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

Shades of Rustic Red #360214

Tints of Rustic Red #360214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 71.05%
G = 2.63%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#360214 (or 0x360214) is known color: Rustic Red. HEX triplet: 36, 02 and 14. RGB value is (54,2,20). Sum of RGB (Red+Green+Blue) = 54+2+20=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360214 is #C9FDEB. Grayscale: #131313. Windows color (decimal): -13237740 or 1311286. OLE color: 1311286.

HSL color Cylindrical-coordinate representation of color #360214: hue angle of 339.23º 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 #360214 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 2 20 -
CMYK 0 0.96 0.63 0.79
HSL 339.23º 0.93% 0.11% -
HSV(B) 339.23º 0.96% 0.21% -
XYZ 1.67 0.88 0.74 -
YUV 19.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 54 2 20 0 0.96 0.63 0.79 339.23 0.93 0.11
Hex 36 2 14 0 60 3F 4F 153 5D B
Octal 66 2 24 0 140 77 117 523 135 13
Binary 110110 10 10100 0 1100000 111111 1001111 101010011 1011101 1011

Color Harmonies of #360214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360214

Black with #360214

Text Example


Text Example

White with #360214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360214; }

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

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

background-color css

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

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

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

border-color css

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

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

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