Html Css Color HEX #37191A Rustic Red

📋 copy color: '#37191A'

red 55 ◦ green 25 ◦ blue 26

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

Shades of Rustic Red #37191A

Tints of Rustic Red #37191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 51.89%
G = 23.58%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37191A (or 0x37191A) is known color: Rustic Red. HEX triplet: 37, 19 and 1A. RGB value is (55,25,26). Sum of RGB (Red+Green+Blue) = 55+25+26=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191A is #C8E6E5. Grayscale: #222222. Windows color (decimal): -13166310 or 1710391. OLE color: 1710391.

HSL color Cylindrical-coordinate representation of color #37191A: hue angle of 358º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37191A is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 25 26 -
CMYK 0 0.55 0.53 0.78
HSL 358º 0.38% 0.16% -
HSV(B) 358º 0.55% 0.22% -
XYZ 2.11 1.58 1.17 -
YUV 34.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 55 25 26 0 0.55 0.53 0.78 358 0.38 0.16
Hex 37 19 1A 0 37 35 4E 166 26 10
Octal 67 31 32 0 67 65 116 546 46 20
Binary 110111 11001 11010 0 110111 110101 1001110 101100110 100110 10000

Color Harmonies of #37191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37191A

Black with #37191A

Text Example


Text Example

White with #37191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37191A; }

 p { color: rgb(55,25,26); }

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

background-color css

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

 a { background-color: rgb(55,25,26); }

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

border-color css

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

 span { border-color: rgb(55,25,26); }

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