Html Css Color HEX #370F12 Rustic Red

📋 copy color: '#370F12'

red 55 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #370F12

Tints of Rustic Red #370F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.05%

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

R = 62.5%
G = 17.05%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370F12 (or 0x370F12) is known color: Rustic Red. HEX triplet: 37, 0F and 12. RGB value is (55,15,18). Sum of RGB (Red+Green+Blue) = 55+15+18=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F12 is #C8F0ED. Grayscale: #1B1B1B. Windows color (decimal): -13168878 or 1183543. OLE color: 1183543.

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

Color convert

RGB 55 15 18 -
CMYK 0 0.73 0.67 0.78
HSL 355.5º 0.57% 0.14% -
HSV(B) 355.5º 0.73% 0.22% -
XYZ 1.86 1.2 0.71 -
YUV 27.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 55 15 18 0 0.73 0.67 0.78 355.5 0.57 0.14
Hex 37 F 12 0 49 43 4E 164 39 E
Octal 67 17 22 0 111 103 116 544 71 16
Binary 110111 1111 10010 0 1001001 1000011 1001110 101100100 111001 1110

Color Harmonies of #370F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F12

Black with #370F12

Text Example


Text Example

White with #370F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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