Html Css Color HEX #1B040F Rustic Red

📋 copy color: '#1B040F'

red 27 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #1B040F

Tints of Rustic Red #1B040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

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

R = 58.7%
G = 8.7%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#1B040F (or 0x1B040F) is known color: Rustic Red. HEX triplet: 1B, 04 and 0F. RGB value is (27,4,15). Sum of RGB (Red+Green+Blue) = 27+4+15=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B040F is #E4FBF0. Grayscale: #0C0C0C. Windows color (decimal): -15006705 or 984091. OLE color: 984091.

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

Color convert

RGB 27 4 15 -
CMYK 0 0.85 0.44 0.89
HSL 331.3º 0.74% 0.06% -
HSV(B) 331.3º 0.85% 0.11% -
XYZ 0.58 0.35 0.49 -
YUV 12.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 27 4 15 0 0.85 0.44 0.89 331.3 0.74 0.06
Hex 1B 4 F 0 55 2C 59 14B 4A 6
Octal 33 4 17 0 125 54 131 513 112 6
Binary 11011 100 1111 0 1010101 101100 1011001 101001011 1001010 110

Color Harmonies of #1B040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B040F

Black with #1B040F

Text Example


Text Example

White with #1B040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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