Html Css Color HEX #280313 Rustic Red

📋 copy color: '#280313'

red 40 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #280313

Tints of Rustic Red #280313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.84%

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

R = 64.52%
G = 4.84%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#280313 (or 0x280313) is known color: Rustic Red. HEX triplet: 28, 03 and 13. RGB value is (40,3,19). Sum of RGB (Red+Green+Blue) = 40+3+19=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #280313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280313 is #D7FCEC. Grayscale: #0F0F0F. Windows color (decimal): -14154989 or 1245992. OLE color: 1245992.

HSL color Cylindrical-coordinate representation of color #280313: hue angle of 334.05º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280313 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 3 19 -
CMYK 0 0.93 0.52 0.84
HSL 334.05º 0.86% 0.08% -
HSV(B) 334.05º 0.93% 0.16% -
XYZ 1.03 0.56 0.67 -
YUV 15.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 40 3 19 0 0.93 0.52 0.84 334.05 0.86 0.08
Hex 28 3 13 0 5D 34 54 14E 56 8
Octal 50 3 23 0 135 64 124 516 126 10
Binary 101000 11 10011 0 1011101 110100 1010100 101001110 1010110 1000

Color Harmonies of #280313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280313

Black with #280313

Text Example


Text Example

White with #280313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280313; }

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

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

background-color css

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

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

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

border-color css

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

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

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