Html Css Color HEX #2B000D Rustic Red

📋 copy color: '#2B000D'

red 43 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #2B000D

Tints of Rustic Red #2B000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 23.21%

R = 76.79%
G = 0%
B = 23.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.83

RGB Variations

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

Color information

#2B000D (or 0x2B000D) is known color: Rustic Red. HEX triplet: 2B, 00 and 0D. RGB value is (43,0,13). Sum of RGB (Red+Green+Blue) = 43+0+13=56 (7% of max value = 765). Red value is 43 (17.19% from 255 or 76.79% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 43 - color contains mainly: red. Hex color #2B000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B000D is #D4FFF2. Grayscale: #0E0E0E. Windows color (decimal): -13959155 or 852011. OLE color: 852011.

HSL color Cylindrical-coordinate representation of color #2B000D: hue angle of 341.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B000D is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 0 13 -
CMYK 0 1 0.70 0.83
HSL 341.86º 1% 0.08% -
HSV(B) 341.86º 1% 0.17% -
XYZ 1.07 0.54 0.43 -
YUV 14.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 43 0 13 0 1 0.70 0.83 341.86 1 0.08
Hex 2B 0 D 0 64 46 53 156 64 8
Octal 53 0 15 0 144 106 123 526 144 10
Binary 101011 0 1101 0 1100100 1000110 1010011 101010110 1100100 1000

Color Harmonies of #2B000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B000D

Black with #2B000D

Text Example


Text Example

White with #2B000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,0,13); }

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

background-color css

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

 a { background-color: rgb(43,0,13); }

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

border-color css

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

 span { border-color: rgb(43,0,13); }

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