Html Css Color HEX #37070D Rustic Red

📋 copy color: '#37070D'

red 55 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #37070D

Tints of Rustic Red #37070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 73.33%
G = 9.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37070D (or 0x37070D) is known color: Rustic Red. HEX triplet: 37, 07 and 0D. RGB value is (55,7,13). Sum of RGB (Red+Green+Blue) = 55+7+13=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #37070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37070D is #C8F8F2. Grayscale: #161616. Windows color (decimal): -13170931 or 853815. OLE color: 853815.

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

Color convert

RGB 55 7 13 -
CMYK 0 0.87 0.76 0.78
HSL 352.5º 0.77% 0.12% -
HSV(B) 352.5º 0.87% 0.22% -
XYZ 1.72 0.99 0.48 -
YUV 22.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 55 7 13 0 0.87 0.76 0.78 352.5 0.77 0.12
Hex 37 7 D 0 57 4C 4E 160 4D C
Octal 67 7 15 0 127 114 116 540 115 14
Binary 110111 111 1101 0 1010111 1001100 1001110 101100000 1001101 1100

Color Harmonies of #37070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37070D

Black with #37070D

Text Example


Text Example

White with #37070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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