Html Css Color HEX #370B0E Rustic Red

📋 copy color: '#370B0E'

red 55 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #370B0E

Tints of Rustic Red #370B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 17.5%

R = 68.75%
G = 13.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#370B0E (or 0x370B0E) is known color: Rustic Red. HEX triplet: 37, 0B and 0E. RGB value is (55,11,14). Sum of RGB (Red+Green+Blue) = 55+11+14=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B0E is #C8F4F1. Grayscale: #181818. Windows color (decimal): -13169906 or 920375. OLE color: 920375.

HSL color Cylindrical-coordinate representation of color #370B0E: hue angle of 355.91º 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 #370B0E is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 11 14 -
CMYK 0 0.8 0.75 0.78
HSL 355.91º 0.67% 0.13% -
HSV(B) 355.91º 0.8% 0.22% -
XYZ 1.77 1.08 0.53 -
YUV 24.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 55 11 14 0 0.8 0.75 0.78 355.91 0.67 0.13
Hex 37 B E 0 50 4B 4E 164 43 D
Octal 67 13 16 0 120 113 116 544 103 15
Binary 110111 1011 1110 0 1010000 1001011 1001110 101100100 1000011 1101

Color Harmonies of #370B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B0E

Black with #370B0E

Text Example


Text Example

White with #370B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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