Html Css Color HEX #280413 Rustic Red

📋 copy color: '#280413'

red 40 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #280413

Tints of Rustic Red #280413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 30.16%

R = 63.49%
G = 6.35%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#280413 (or 0x280413) is known color: Rustic Red. HEX triplet: 28, 04 and 13. RGB value is (40,4,19). Sum of RGB (Red+Green+Blue) = 40+4+19=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280413 is #D7FBEC. Grayscale: #101010. Windows color (decimal): -14154733 or 1246248. OLE color: 1246248.

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

Color convert

RGB 40 4 19 -
CMYK 0 0.90 0.52 0.84
HSL 335º 0.82% 0.09% -
HSV(B) 335º 0.9% 0.16% -
XYZ 1.04 0.58 0.67 -
YUV 16.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 40 4 19 0 0.90 0.52 0.84 335 0.82 0.09
Hex 28 4 13 0 5A 34 54 14F 52 9
Octal 50 4 23 0 132 64 124 517 122 11
Binary 101000 100 10011 0 1011010 110100 1010100 101001111 1010010 1001

Color Harmonies of #280413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280413

Black with #280413

Text Example


Text Example

White with #280413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280413; }

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

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

background-color css

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

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

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

border-color css

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

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

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