Html Css Color HEX #1B1013 Rustic Red

📋 copy color: '#1B1013'

red 27 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #1B1013

Tints of Rustic Red #1B1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25.81%

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 43.55%
G = 25.81%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B1013 (or 0x1B1013) is known color: Rustic Red. HEX triplet: 1B, 10 and 13. RGB value is (27,16,19). Sum of RGB (Red+Green+Blue) = 27+16+19=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1013 is #E4EFEC. Grayscale: #131313. Windows color (decimal): -15003629 or 1249307. OLE color: 1249307.

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

Color convert

RGB 27 16 19 -
CMYK 0 0.41 0.30 0.89
HSL 343.64º 0.26% 0.08% -
HSV(B) 343.64º 0.41% 0.11% -
XYZ 0.75 0.65 0.7 -
YUV 19.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 27 16 19 0 0.41 0.30 0.89 343.64 0.26 0.08
Hex 1B 10 13 0 29 1E 59 158 1A 8
Octal 33 20 23 0 51 36 131 530 32 10
Binary 11011 10000 10011 0 101001 11110 1011001 101011000 11010 1000

Color Harmonies of #1B1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1013

Black with #1B1013

Text Example


Text Example

White with #1B1013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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