Html Css Color HEX #2B1319 Rustic Red

📋 copy color: '#2B1319'

red 43 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #2B1319

Tints of Rustic Red #2B1319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 49.43%
G = 21.84%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.83

RGB Variations

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

Color information

#2B1319 (or 0x2B1319) is known color: Rustic Red. HEX triplet: 2B, 13 and 19. RGB value is (43,19,25). Sum of RGB (Red+Green+Blue) = 43+19+25=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1319 is #D4ECE6. Grayscale: #1A1A1A. Windows color (decimal): -13954279 or 1643307. OLE color: 1643307.

HSL color Cylindrical-coordinate representation of color #2B1319: hue angle of 345º 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 #2B1319 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 19 25 -
CMYK 0 0.56 0.42 0.83
HSL 345º 0.39% 0.12% -
HSV(B) 345º 0.56% 0.17% -
XYZ 1.4 1.05 1.05 -
YUV 26.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 43 19 25 0 0.56 0.42 0.83 345 0.39 0.12
Hex 2B 13 19 0 38 2A 53 159 27 C
Octal 53 23 31 0 70 52 123 531 47 14
Binary 101011 10011 11001 0 111000 101010 1010011 101011001 100111 1100

Color Harmonies of #2B1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1319

Black with #2B1319

Text Example


Text Example

White with #2B1319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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