Html Css Color HEX #28040B Rustic Red

📋 copy color: '#28040B'

red 40 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #28040B

Tints of Rustic Red #28040B

RGB

 RED value IS 40 (16.02% from 255) = 72.73%

 GREEN value IS 4 (1.95% from 255) = 7.27%

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

R = 72.73%
G = 7.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

#28040B (or 0x28040B) is known color: Rustic Red. HEX triplet: 28, 04 and 0B. RGB value is (40,4,11). Sum of RGB (Red+Green+Blue) = 40+4+11=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28040B is #D7FBF4. Grayscale: #0F0F0F. Windows color (decimal): -14154741 or 721960. OLE color: 721960.

HSL color Cylindrical-coordinate representation of color #28040B: hue angle of 348.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28040B is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 4 11 -
CMYK 0 0.90 0.72 0.84
HSL 348.33º 0.82% 0.09% -
HSV(B) 348.33º 0.9% 0.16% -
XYZ 0.98 0.56 0.37 -
YUV 15.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 40 4 11 0 0.90 0.72 0.84 348.33 0.82 0.09
Hex 28 4 B 0 5A 48 54 15C 52 9
Octal 50 4 13 0 132 110 124 534 122 11
Binary 101000 100 1011 0 1011010 1001000 1010100 101011100 1010010 1001

Color Harmonies of #28040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28040B

Black with #28040B

Text Example


Text Example

White with #28040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28040B; }

 p { color: rgb(40,4,11); }

 H1.HeaderClassName
 {
   color: #28040B;
 }
 .AnyTagClassName
 {
   color: #28040B;
 }
</style>

background-color css

<style>
 a { background-color: #28040B; }

 a { background-color: rgb(40,4,11); }

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

border-color css

<style>
 span { border-color: #28040B; }

 span { border-color: rgb(40,4,11); }

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