Html Css Color HEX #2B090B Rustic Red

📋 copy color: '#2B090B'

red 43 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #2B090B

Tints of Rustic Red #2B090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.29%

 BLUE value IS 11 (4.69% from 255) = 17.46%

R = 68.25%
G = 14.29%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.83

RGB Variations

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

Color information

#2B090B (or 0x2B090B) is known color: Rustic Red. HEX triplet: 2B, 09 and 0B. RGB value is (43,9,11). Sum of RGB (Red+Green+Blue) = 43+9+11=63 (8% of max value = 765). Red value is 43 (17.19% from 255 or 68.25% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 43 - color contains mainly: red. Hex color #2B090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B090B is #D4F6F4. Grayscale: #131313. Windows color (decimal): -13956853 or 723243. OLE color: 723243.

HSL color Cylindrical-coordinate representation of color #2B090B: hue angle of 356.47º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B090B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 9 11 -
CMYK 0 0.79 0.74 0.83
HSL 356.47º 0.65% 0.1% -
HSV(B) 356.47º 0.79% 0.17% -
XYZ 1.15 0.73 0.4 -
YUV 19.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 43 9 11 0 0.79 0.74 0.83 356.47 0.65 0.1
Hex 2B 9 B 0 4F 4A 53 164 41 A
Octal 53 11 13 0 117 112 123 544 101 12
Binary 101011 1001 1011 0 1001111 1001010 1010011 101100100 1000001 1010

Color Harmonies of #2B090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B090B

Black with #2B090B

Text Example


Text Example

White with #2B090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,9,11); }

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

background-color css

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

 a { background-color: rgb(43,9,11); }

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

border-color css

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

 span { border-color: rgb(43,9,11); }

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