Html Css Color HEX #2B1317 Rustic Red

📋 copy color: '#2B1317'

red 43 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #2B1317

Tints of Rustic Red #2B1317

RGB

 RED value IS 43 (17.19% from 255) = 50.59%

 GREEN value IS 19 (7.81% from 255) = 22.35%

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 50.59%
G = 22.35%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.83

RGB Variations

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

Color information

#2B1317 (or 0x2B1317) is known color: Rustic Red. HEX triplet: 2B, 13 and 17. RGB value is (43,19,23). Sum of RGB (Red+Green+Blue) = 43+19+23=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1317 is #D4ECE8. Grayscale: #1A1A1A. Windows color (decimal): -13954281 or 1512235. OLE color: 1512235.

HSL color Cylindrical-coordinate representation of color #2B1317: hue angle of 350º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1317 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 19 23 -
CMYK 0 0.56 0.47 0.83
HSL 350º 0.39% 0.12% -
HSV(B) 350º 0.56% 0.17% -
XYZ 1.38 1.04 0.94 -
YUV 26.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 43 19 23 0 0.56 0.47 0.83 350 0.39 0.12
Hex 2B 13 17 0 38 2F 53 15E 27 C
Octal 53 23 27 0 70 57 123 536 47 14
Binary 101011 10011 10111 0 111000 101111 1010011 101011110 100111 1100

Color Harmonies of #2B1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1317

Black with #2B1317

Text Example


Text Example

White with #2B1317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B1317; }

 p { color: rgb(43,19,23); }

 H1.HeaderClassName
 {
   color: #2B1317;
 }
 .AnyTagClassName
 {
   color: #2B1317;
 }
</style>

background-color css

<style>
 a { background-color: #2B1317; }

 a { background-color: rgb(43,19,23); }

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

border-color css

<style>
 span { border-color: #2B1317; }

 span { border-color: rgb(43,19,23); }

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