Html Css Color HEX #360112 Rustic Red

📋 copy color: '#360112'

red 54 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #360112

Tints of Rustic Red #360112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.37%

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

R = 73.97%
G = 1.37%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#360112 (or 0x360112) is known color: Rustic Red. HEX triplet: 36, 01 and 12. RGB value is (54,1,18). Sum of RGB (Red+Green+Blue) = 54+1+18=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360112 is #C9FEED. Grayscale: #121212. Windows color (decimal): -13237998 or 1179958. OLE color: 1179958.

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

Color convert

RGB 54 1 18 -
CMYK 0 0.98 0.67 0.79
HSL 340.75º 0.96% 0.11% -
HSV(B) 340.75º 0.98% 0.21% -
XYZ 1.64 0.85 0.65 -
YUV 18.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 54 1 18 0 0.98 0.67 0.79 340.75 0.96 0.11
Hex 36 1 12 0 62 43 4F 155 60 B
Octal 66 1 22 0 142 103 117 525 140 13
Binary 110110 1 10010 0 1100010 1000011 1001111 101010101 1100000 1011

Color Harmonies of #360112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360112

Black with #360112

Text Example


Text Example

White with #360112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360112; }

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

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

background-color css

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

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

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

border-color css

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

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

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