Html Css Color HEX #360212 Rustic Red

📋 copy color: '#360212'

red 54 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #360212

Tints of Rustic Red #360212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 72.97%
G = 2.7%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#360212 (or 0x360212) is known color: Rustic Red. HEX triplet: 36, 02 and 12. RGB value is (54,2,18). Sum of RGB (Red+Green+Blue) = 54+2+18=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360212 is #C9FDED. Grayscale: #131313. Windows color (decimal): -13237742 or 1180214. OLE color: 1180214.

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

Color convert

RGB 54 2 18 -
CMYK 0 0.96 0.67 0.79
HSL 341.54º 0.93% 0.11% -
HSV(B) 341.54º 0.96% 0.21% -
XYZ 1.65 0.87 0.65 -
YUV 19.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 54 2 18 0 0.96 0.67 0.79 341.54 0.93 0.11
Hex 36 2 12 0 60 43 4F 156 5D B
Octal 66 2 22 0 140 103 117 526 135 13
Binary 110110 10 10010 0 1100000 1000011 1001111 101010110 1011101 1011

Color Harmonies of #360212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360212

Black with #360212

Text Example


Text Example

White with #360212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360212; }

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

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

background-color css

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

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

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

border-color css

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

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

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