Html Css Color HEX #280506 Rustic Red

📋 copy color: '#280506'

red 40 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #280506

Tints of Rustic Red #280506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.8%

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

R = 78.43%
G = 9.8%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.84

RGB Variations

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

Color information

#280506 (or 0x280506) is known color: Rustic Red. HEX triplet: 28, 05 and 06. RGB value is (40,5,6). Sum of RGB (Red+Green+Blue) = 40+5+6=51 (6% of max value = 765). Red value is 40 (16.02% from 255 or 78.43% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 40 - color contains mainly: red. Hex color #280506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280506 is #D7FAF9. Grayscale: #0F0F0F. Windows color (decimal): -14154490 or 394536. OLE color: 394536.

HSL color Cylindrical-coordinate representation of color #280506: hue angle of 358.29º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280506 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 5 6 -
CMYK 0 0.88 0.85 0.84
HSL 358.29º 0.78% 0.09% -
HSV(B) 358.29º 0.88% 0.16% -
XYZ 0.96 0.57 0.23 -
YUV 15.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 40 5 6 0 0.88 0.85 0.84 358.29 0.78 0.09
Hex 28 5 6 0 58 55 54 166 4E 9
Octal 50 5 6 0 130 125 124 546 116 11
Binary 101000 101 110 0 1011000 1010101 1010100 101100110 1001110 1001

Color Harmonies of #280506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280506

Black with #280506

Text Example


Text Example

White with #280506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280506; }

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

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

background-color css

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

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

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

border-color css

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

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

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