Html Css Color HEX #37070B Rustic Red

📋 copy color: '#37070B'

red 55 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #37070B

Tints of Rustic Red #37070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.07%

R = 75.34%
G = 9.59%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37070B (or 0x37070B) is known color: Rustic Red. HEX triplet: 37, 07 and 0B. RGB value is (55,7,11). Sum of RGB (Red+Green+Blue) = 55+7+11=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37070B is #C8F8F4. Grayscale: #151515. Windows color (decimal): -13170933 or 722743. OLE color: 722743.

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

Color convert

RGB 55 7 11 -
CMYK 0 0.87 0.8 0.78
HSL 355º 0.77% 0.12% -
HSV(B) 355º 0.87% 0.22% -
XYZ 1.71 0.99 0.42 -
YUV 21.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 55 7 11 0 0.87 0.8 0.78 355 0.77 0.12
Hex 37 7 B 0 57 50 4E 163 4D C
Octal 67 7 13 0 127 120 116 543 115 14
Binary 110111 111 1011 0 1010111 1010000 1001110 101100011 1001101 1100

Color Harmonies of #37070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37070B

Black with #37070B

Text Example


Text Example

White with #37070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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