Html Css Color HEX #370108 Rustic Red

📋 copy color: '#370108'

red 55 ◦ green 1 ◦ blue 8

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

Shades of Rustic Red #370108

Tints of Rustic Red #370108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.56%

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

R = 85.94%
G = 1.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370108 (or 0x370108) is known color: Rustic Red. HEX triplet: 37, 01 and 08. RGB value is (55,1,8). Sum of RGB (Red+Green+Blue) = 55+1+8=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370108 is #C8FEF7. Grayscale: #111111. Windows color (decimal): -13172472 or 524599. OLE color: 524599.

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

Color convert

RGB 55 1 8 -
CMYK 0 0.98 0.85 0.78
HSL 352.22º 0.96% 0.11% -
HSV(B) 352.22º 0.98% 0.22% -
XYZ 1.63 0.85 0.31 -
YUV 17.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 55 1 8 0 0.98 0.85 0.78 352.22 0.96 0.11
Hex 37 1 8 0 62 55 4E 160 60 B
Octal 67 1 10 0 142 125 116 540 140 13
Binary 110111 1 1000 0 1100010 1010101 1001110 101100000 1100000 1011

Color Harmonies of #370108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370108

Black with #370108

Text Example


Text Example

White with #370108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370108; }

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

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

background-color css

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

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

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

border-color css

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

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

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