Html Css Color HEX #370B17 Rustic Red

📋 copy color: '#370B17'

red 55 ◦ green 11 ◦ blue 23

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

Shades of Rustic Red #370B17

Tints of Rustic Red #370B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.36%

 BLUE value IS 23 (9.38% from 255) = 25.84%

R = 61.8%
G = 12.36%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#370B17 (or 0x370B17) is known color: Rustic Red. HEX triplet: 37, 0B and 17. RGB value is (55,11,23). Sum of RGB (Red+Green+Blue) = 55+11+23=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #370B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B17 is #C8F4E8. Grayscale: #191919. Windows color (decimal): -13169897 or 1510199. OLE color: 1510199.

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

Color convert

RGB 55 11 23 -
CMYK 0 0.8 0.58 0.78
HSL 343.64º 0.67% 0.13% -
HSV(B) 343.64º 0.8% 0.22% -
XYZ 1.85 1.11 0.93 -
YUV 25.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 55 11 23 0 0.8 0.58 0.78 343.64 0.67 0.13
Hex 37 B 17 0 50 3A 4E 158 43 D
Octal 67 13 27 0 120 72 116 530 103 15
Binary 110111 1011 10111 0 1010000 111010 1001110 101011000 1000011 1101

Color Harmonies of #370B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B17

Black with #370B17

Text Example


Text Example

White with #370B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,11,23); }

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

background-color css

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

 a { background-color: rgb(55,11,23); }

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

border-color css

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

 span { border-color: rgb(55,11,23); }

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