Html Css Color HEX #37141B Rustic Red

📋 copy color: '#37141B'

red 55 ◦ green 20 ◦ blue 27

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

Shades of Rustic Red #37141B

Tints of Rustic Red #37141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

 BLUE value IS 27 (10.94% from 255) = 26.47%

R = 53.92%
G = 19.61%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37141B (or 0x37141B) is known color: Rustic Red. HEX triplet: 37, 14 and 1B. RGB value is (55,20,27). Sum of RGB (Red+Green+Blue) = 55+20+27=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37141B is #C8EBE4. Grayscale: #1F1F1F. Windows color (decimal): -13167589 or 1774647. OLE color: 1774647.

HSL color Cylindrical-coordinate representation of color #37141B: hue angle of 348º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37141B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 20 27 -
CMYK 0 0.64 0.51 0.78
HSL 348º 0.47% 0.15% -
HSV(B) 348º 0.64% 0.22% -
XYZ 2.02 1.39 1.2 -
YUV 31.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 55 20 27 0 0.64 0.51 0.78 348 0.47 0.15
Hex 37 14 1B 0 40 33 4E 15C 2F F
Octal 67 24 33 0 100 63 116 534 57 17
Binary 110111 10100 11011 0 1000000 110011 1001110 101011100 101111 1111

Color Harmonies of #37141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37141B

Black with #37141B

Text Example


Text Example

White with #37141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37141B; }

 p { color: rgb(55,20,27); }

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

background-color css

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

 a { background-color: rgb(55,20,27); }

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

border-color css

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

 span { border-color: rgb(55,20,27); }

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