Html Css Color HEX #1B0510 Rustic Red

📋 copy color: '#1B0510'

red 27 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #1B0510

Tints of Rustic Red #1B0510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 16 (6.64% from 255) = 33.33%

R = 56.25%
G = 10.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#1B0510 (or 0x1B0510) is known color: Rustic Red. HEX triplet: 1B, 05 and 10. RGB value is (27,5,16). Sum of RGB (Red+Green+Blue) = 27+5+16=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0510 is #E4FAEF. Grayscale: #0C0C0C. Windows color (decimal): -15006448 or 1049883. OLE color: 1049883.

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

Color convert

RGB 27 5 16 -
CMYK 0 0.81 0.41 0.89
HSL 330º 0.69% 0.06% -
HSV(B) 330º 0.81% 0.11% -
XYZ 0.6 0.38 0.53 -
YUV 12.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 27 5 16 0 0.81 0.41 0.89 330 0.69 0.06
Hex 1B 5 10 0 51 29 59 14A 45 6
Octal 33 5 20 0 121 51 131 512 105 6
Binary 11011 101 10000 0 1010001 101001 1011001 101001010 1000101 110

Color Harmonies of #1B0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0510

Black with #1B0510

Text Example


Text Example

White with #1B0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,5,16); }

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

background-color css

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

 a { background-color: rgb(27,5,16); }

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

border-color css

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

 span { border-color: rgb(27,5,16); }

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