#1B070A

Color #1B070A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1B070A

Tints of Rustic Red #1B070A

Color information

#1B070A (or 0x1B070A) is unknown color: approx Rustic Red. HEX triplet: 1B, 07 and 0A. RGB value is (27,7,10). Sum of RGB (Red+Green+Blue) = 27+7+10=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B070A is #E4F8F5. Grayscale: #0D0D0D. Windows color (decimal): -15005942 or 657179. OLE color: 657179.

HSL color Cylindrical-coordinate representation of color #1B070A: hue angle of 351º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B070A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB27710-
CMYK00.740.630.89
HSL351º58.82%6.67%-
HSV(B)351º74.07%10.59%-
XYZ0.580.410.33-
YUV13.32126.13137.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 61.36%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=61.36%
G=15.91%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2771000.740.630.8935158.826.67
Hex1B7A04A3F5915f3b7
Octal33712011277131537737
Binary110111111010010010101111111011001101011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B070A; }

 p { color: rgb(27,7,10); }

 H1.HeaderClassName
 {
   color: #1B070A;
 }
 .AnyTagClassName
 {
   color: #1B070A;
 }
</style>
background-color css

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

 a { background-color: rgb(27,7,10); }

 div.DivClassName
 {
   background-color: #1B070A;
 }
 .BgClassName
 {
   background-color: #1B070A;
 }
</style>
border-color css

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

 span { border-color: rgb(27,7,10); }

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