Html Css Color HEX #280406 Rustic Red

📋 copy color: '#280406'

red 40 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #280406

Tints of Rustic Red #280406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 12%

R = 80%
G = 8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.84

RGB Variations

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

Color information

#280406 (or 0x280406) is known color: Rustic Red. HEX triplet: 28, 04 and 06. RGB value is (40,4,6). Sum of RGB (Red+Green+Blue) = 40+4+6=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280406 is #D7FBF9. Grayscale: #0F0F0F. Windows color (decimal): -14154746 or 394280. OLE color: 394280.

HSL color Cylindrical-coordinate representation of color #280406: hue angle of 356.67º 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 #280406 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 4 6 -
CMYK 0 0.90 0.85 0.84
HSL 356.67º 0.82% 0.09% -
HSV(B) 356.67º 0.9% 0.16% -
XYZ 0.95 0.55 0.23 -
YUV 14.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 40 4 6 0 0.90 0.85 0.84 356.67 0.82 0.09
Hex 28 4 6 0 5A 55 54 165 52 9
Octal 50 4 6 0 132 125 124 545 122 11
Binary 101000 100 110 0 1011010 1010101 1010100 101100101 1010010 1001

Color Harmonies of #280406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280406

Black with #280406

Text Example


Text Example

White with #280406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280406; }

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

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

background-color css

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

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

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

border-color css

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

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

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