Html Css Color HEX #1B1213 Rustic Red

📋 copy color: '#1B1213'

red 27 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #1B1213

Tints of Rustic Red #1B1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 42.19%
G = 28.13%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#1B1213 (or 0x1B1213) is known color: Rustic Red. HEX triplet: 1B, 12 and 13. RGB value is (27,18,19). Sum of RGB (Red+Green+Blue) = 27+18+19=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1213 is #E4EDEC. Grayscale: #141414. Windows color (decimal): -15003117 or 1249819. OLE color: 1249819.

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

Color convert

RGB 27 18 19 -
CMYK 0 0.33 0.30 0.89
HSL 353.33º 0.2% 0.09% -
HSV(B) 353.33º 0.33% 0.11% -
XYZ 0.79 0.71 0.71 -
YUV 20.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 27 18 19 0 0.33 0.30 0.89 353.33 0.2 0.09
Hex 1B 12 13 0 21 1E 59 161 14 9
Octal 33 22 23 0 41 36 131 541 24 11
Binary 11011 10010 10011 0 100001 11110 1011001 101100001 10100 1001

Color Harmonies of #1B1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1213

Black with #1B1213

Text Example


Text Example

White with #1B1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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