Html Css Color HEX #1B060D Rustic Red

📋 copy color: '#1B060D'

red 27 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #1B060D

Tints of Rustic Red #1B060D

RGB

 RED value IS 27 (10.94% from 255) = 58.7%

 GREEN value IS 6 (2.73% from 255) = 13.04%

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

R = 58.7%
G = 13.04%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#1B060D (or 0x1B060D) is known color: Rustic Red. HEX triplet: 1B, 06 and 0D. RGB value is (27,6,13). Sum of RGB (Red+Green+Blue) = 27+6+13=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060D is #E4F9F2. Grayscale: #0D0D0D. Windows color (decimal): -15006195 or 853531. OLE color: 853531.

HSL color Cylindrical-coordinate representation of color #1B060D: hue angle of 340º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B060D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 6 13 -
CMYK 0 0.78 0.52 0.89
HSL 340º 0.64% 0.06% -
HSV(B) 340º 0.78% 0.11% -
XYZ 0.59 0.39 0.43 -
YUV 13.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 27 6 13 0 0.78 0.52 0.89 340 0.64 0.06
Hex 1B 6 D 0 4E 34 59 154 40 6
Octal 33 6 15 0 116 64 131 524 100 6
Binary 11011 110 1101 0 1001110 110100 1011001 101010100 1000000 110

Color Harmonies of #1B060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B060D

Black with #1B060D

Text Example


Text Example

White with #1B060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,6,13); }

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

background-color css

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

 a { background-color: rgb(27,6,13); }

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

border-color css

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

 span { border-color: rgb(27,6,13); }

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