Html Css Color HEX #370714 Rustic Red

📋 copy color: '#370714'

red 55 ◦ green 7 ◦ blue 20

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

Shades of Rustic Red #370714

Tints of Rustic Red #370714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.54%

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 67.07%
G = 8.54%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370714 (or 0x370714) is known color: Rustic Red. HEX triplet: 37, 07 and 14. RGB value is (55,7,20). Sum of RGB (Red+Green+Blue) = 55+7+20=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370714 is #C8F8EB. Grayscale: #161616. Windows color (decimal): -13170924 or 1312567. OLE color: 1312567.

HSL color Cylindrical-coordinate representation of color #370714: hue angle of 343.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370714 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 7 20 -
CMYK 0 0.87 0.64 0.78
HSL 343.75º 0.77% 0.12% -
HSV(B) 343.75º 0.87% 0.22% -
XYZ 1.78 1.01 0.76 -
YUV 22.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 55 7 20 0 0.87 0.64 0.78 343.75 0.77 0.12
Hex 37 7 14 0 57 40 4E 158 4D C
Octal 67 7 24 0 127 100 116 530 115 14
Binary 110111 111 10100 0 1010111 1000000 1001110 101011000 1001101 1100

Color Harmonies of #370714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370714

Black with #370714

Text Example


Text Example

White with #370714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370714; }

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

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

background-color css

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

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

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

border-color css

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

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

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