Html Css Color HEX #370708 Rustic Red

📋 copy color: '#370708'

red 55 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #370708

Tints of Rustic Red #370708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.43%

R = 78.57%
G = 10%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370708 (or 0x370708) is known color: Rustic Red. HEX triplet: 37, 07 and 08. RGB value is (55,7,8). Sum of RGB (Red+Green+Blue) = 55+7+8=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #370708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370708 is #C8F8F7. Grayscale: #151515. Windows color (decimal): -13170936 or 526135. OLE color: 526135.

HSL color Cylindrical-coordinate representation of color #370708: hue angle of 358.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 #370708 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 7 8 -
CMYK 0 0.87 0.85 0.78
HSL 358.75º 0.77% 0.12% -
HSV(B) 358.75º 0.87% 0.22% -
XYZ 1.7 0.98 0.33 -
YUV 21.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 55 7 8 0 0.87 0.85 0.78 358.75 0.77 0.12
Hex 37 7 8 0 57 55 4E 167 4D C
Octal 67 7 10 0 127 125 116 547 115 14
Binary 110111 111 1000 0 1010111 1010101 1001110 101100111 1001101 1100

Color Harmonies of #370708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370708

Black with #370708

Text Example


Text Example

White with #370708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370708; }

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

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

background-color css

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

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

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

border-color css

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

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

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