Html Css Color HEX #370012 Rustic Red

📋 copy color: '#370012'

red 55 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #370012

Tints of Rustic Red #370012

RGB

 RED value IS 55 (21.88% from 255) = 75.34%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.34%
G = 0%
B = 24.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370012 (or 0x370012) is known color: Rustic Red. HEX triplet: 37, 00 and 12. RGB value is (55,0,18). Sum of RGB (Red+Green+Blue) = 55+0+18=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370012 is #C8FFED. Grayscale: #121212. Windows color (decimal): -13172718 or 1179703. OLE color: 1179703.

HSL color Cylindrical-coordinate representation of color #370012: hue angle of 340.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370012 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 18 -
CMYK 0 1 0.67 0.78
HSL 340.36º 1% 0.11% -
HSV(B) 340.36º 1% 0.22% -
XYZ 1.68 0.86 0.65 -
YUV 18.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 55 0 18 0 1 0.67 0.78 340.36 1 0.11
Hex 37 0 12 0 64 43 4E 154 64 B
Octal 67 0 22 0 144 103 116 524 144 13
Binary 110111 0 10010 0 1100100 1000011 1001110 101010100 1100100 1011

Color Harmonies of #370012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370012

Black with #370012

Text Example


Text Example

White with #370012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370012; }

 p { color: rgb(55,0,18); }

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

background-color css

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

 a { background-color: rgb(55,0,18); }

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

border-color css

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

 span { border-color: rgb(55,0,18); }

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