Html Css Color HEX #370814 Rustic Red

📋 copy color: '#370814'

red 55 ◦ green 8 ◦ blue 20

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

Shades of Rustic Red #370814

Tints of Rustic Red #370814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

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

R = 66.27%
G = 9.64%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370814 (or 0x370814) is known color: Rustic Red. HEX triplet: 37, 08 and 14. RGB value is (55,8,20). Sum of RGB (Red+Green+Blue) = 55+8+20=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370814 is #C8F7EB. Grayscale: #171717. Windows color (decimal): -13170668 or 1312823. OLE color: 1312823.

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

Color convert

RGB 55 8 20 -
CMYK 0 0.85 0.64 0.78
HSL 344.68º 0.75% 0.12% -
HSV(B) 344.68º 0.85% 0.22% -
XYZ 1.79 1.04 0.77 -
YUV 23.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 55 8 20 0 0.85 0.64 0.78 344.68 0.75 0.12
Hex 37 8 14 0 55 40 4E 159 4B C
Octal 67 10 24 0 125 100 116 531 113 14
Binary 110111 1000 10100 0 1010101 1000000 1001110 101011001 1001011 1100

Color Harmonies of #370814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370814

Black with #370814

Text Example


Text Example

White with #370814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370814; }

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

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

background-color css

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

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

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

border-color css

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

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

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