Html Css Color HEX #370508 Rustic Red

📋 copy color: '#370508'

red 55 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #370508

Tints of Rustic Red #370508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.35%

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

R = 80.88%
G = 7.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370508 (or 0x370508) is known color: Rustic Red. HEX triplet: 37, 05 and 08. RGB value is (55,5,8). Sum of RGB (Red+Green+Blue) = 55+5+8=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #370508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370508 is #C8FAF7. Grayscale: #141414. Windows color (decimal): -13171448 or 525623. OLE color: 525623.

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

Color convert

RGB 55 5 8 -
CMYK 0 0.91 0.85 0.78
HSL 356.4º 0.83% 0.12% -
HSV(B) 356.4º 0.91% 0.22% -
XYZ 1.67 0.94 0.32 -
YUV 20.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 55 5 8 0 0.91 0.85 0.78 356.4 0.83 0.12
Hex 37 5 8 0 5B 55 4E 164 53 C
Octal 67 5 10 0 133 125 116 544 123 14
Binary 110111 101 1000 0 1011011 1010101 1001110 101100100 1010011 1100

Color Harmonies of #370508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370508

Black with #370508

Text Example


Text Example

White with #370508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370508; }

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

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

background-color css

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

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

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

border-color css

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

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

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