Html Css Color HEX #28080D Rustic Red

📋 copy color: '#28080D'

red 40 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #28080D

Tints of Rustic Red #28080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.11%

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

R = 65.57%
G = 13.11%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#28080D (or 0x28080D) is known color: Rustic Red. HEX triplet: 28, 08 and 0D. RGB value is (40,8,13). Sum of RGB (Red+Green+Blue) = 40+8+13=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #28080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28080D is #D7F7F2. Grayscale: #121212. Windows color (decimal): -14153715 or 854056. OLE color: 854056.

HSL color Cylindrical-coordinate representation of color #28080D: hue angle of 350.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28080D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 8 13 -
CMYK 0 0.80 0.67 0.84
HSL 350.63º 0.67% 0.09% -
HSV(B) 350.63º 0.8% 0.16% -
XYZ 1.03 0.65 0.45 -
YUV 18.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 40 8 13 0 0.80 0.67 0.84 350.63 0.67 0.09
Hex 28 8 D 0 50 43 54 15F 43 9
Octal 50 10 15 0 120 103 124 537 103 11
Binary 101000 1000 1101 0 1010000 1000011 1010100 101011111 1000011 1001

Color Harmonies of #28080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28080D

Black with #28080D

Text Example


Text Example

White with #28080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28080D; }

 p { color: rgb(40,8,13); }

 H1.HeaderClassName
 {
   color: #28080D;
 }
 .AnyTagClassName
 {
   color: #28080D;
 }
</style>

background-color css

<style>
 a { background-color: #28080D; }

 a { background-color: rgb(40,8,13); }

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

border-color css

<style>
 span { border-color: #28080D; }

 span { border-color: rgb(40,8,13); }

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