Html Css Color HEX #28090B Rustic Red

📋 copy color: '#28090B'

red 40 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #28090B

Tints of Rustic Red #28090B

RGB

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

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

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

R = 66.67%
G = 15%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

#28090B (or 0x28090B) is known color: Rustic Red. HEX triplet: 28, 09 and 0B. RGB value is (40,9,11). Sum of RGB (Red+Green+Blue) = 40+9+11=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #28090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090B is #D7F6F4. Grayscale: #121212. Windows color (decimal): -14153461 or 723240. OLE color: 723240.

HSL color Cylindrical-coordinate representation of color #28090B: hue angle of 356.13º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28090B is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 9 11 -
CMYK 0 0.78 0.72 0.84
HSL 356.13º 0.63% 0.1% -
HSV(B) 356.13º 0.78% 0.16% -
XYZ 1.03 0.67 0.39 -
YUV 18.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 40 9 11 0 0.78 0.72 0.84 356.13 0.63 0.1
Hex 28 9 B 0 4E 48 54 164 3F A
Octal 50 11 13 0 116 110 124 544 77 12
Binary 101000 1001 1011 0 1001110 1001000 1010100 101100100 111111 1010

Color Harmonies of #28090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28090B

Black with #28090B

Text Example


Text Example

White with #28090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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