Html Css Color HEX #1B0A0F Rustic Red

📋 copy color: '#1B0A0F'

red 27 ◦ green 10 ◦ blue 15

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

Shades of Rustic Red #1B0A0F

Tints of Rustic Red #1B0A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 19.23%

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 51.92%
G = 19.23%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#1B0A0F (or 0x1B0A0F) is known color: Rustic Red. HEX triplet: 1B, 0A and 0F. RGB value is (27,10,15). Sum of RGB (Red+Green+Blue) = 27+10+15=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A0F is #E4F5F0. Grayscale: #0F0F0F. Windows color (decimal): -15005169 or 985627. OLE color: 985627.

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

Color convert

RGB 27 10 15 -
CMYK 0 0.63 0.44 0.89
HSL 342.35º 0.46% 0.07% -
HSV(B) 342.35º 0.63% 0.11% -
XYZ 0.65 0.48 0.51 -
YUV 15.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 27 10 15 0 0.63 0.44 0.89 342.35 0.46 0.07
Hex 1B A F 0 3F 2C 59 156 2E 7
Octal 33 12 17 0 77 54 131 526 56 7
Binary 11011 1010 1111 0 111111 101100 1011001 101010110 101110 111

Color Harmonies of #1B0A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0A0F

Black with #1B0A0F

Text Example


Text Example

White with #1B0A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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