Html Css Color HEX #280514 Rustic Red

📋 copy color: '#280514'

red 40 ◦ green 5 ◦ blue 20

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

Shades of Rustic Red #280514

Tints of Rustic Red #280514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 61.54%
G = 7.69%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.84

RGB Variations

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

Color information

#280514 (or 0x280514) is known color: Rustic Red. HEX triplet: 28, 05 and 14. RGB value is (40,5,20). Sum of RGB (Red+Green+Blue) = 40+5+20=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280514 is #D7FAEB. Grayscale: #111111. Windows color (decimal): -14154476 or 1312040. OLE color: 1312040.

HSL color Cylindrical-coordinate representation of color #280514: hue angle of 334.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 #280514 is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 5 20 -
CMYK 0 0.88 0.5 0.84
HSL 334.29º 0.78% 0.09% -
HSV(B) 334.29º 0.88% 0.16% -
XYZ 1.06 0.61 0.72 -
YUV 17.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 40 5 20 0 0.88 0.5 0.84 334.29 0.78 0.09
Hex 28 5 14 0 58 32 54 14E 4E 9
Octal 50 5 24 0 130 62 124 516 116 11
Binary 101000 101 10100 0 1011000 110010 1010100 101001110 1001110 1001

Color Harmonies of #280514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280514

Black with #280514

Text Example


Text Example

White with #280514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280514; }

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

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

background-color css

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

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

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

border-color css

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

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

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