Html Css Color HEX #280113 Rustic Red

📋 copy color: '#280113'

red 40 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #280113

Tints of Rustic Red #280113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.67%

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

R = 66.67%
G = 1.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#280113 (or 0x280113) is known color: Rustic Red. HEX triplet: 28, 01 and 13. RGB value is (40,1,19). Sum of RGB (Red+Green+Blue) = 40+1+19=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280113 is #D7FEEC. Grayscale: #0E0E0E. Windows color (decimal): -14155501 or 1245480. OLE color: 1245480.

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

Color convert

RGB 40 1 19 -
CMYK 0 0.98 0.52 0.84
HSL 332.31º 0.95% 0.08% -
HSV(B) 332.31º 0.98% 0.16% -
XYZ 1 0.52 0.66 -
YUV 14.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 40 1 19 0 0.98 0.52 0.84 332.31 0.95 0.08
Hex 28 1 13 0 62 34 54 14C 5F 8
Octal 50 1 23 0 142 64 124 514 137 10
Binary 101000 1 10011 0 1100010 110100 1010100 101001100 1011111 1000

Color Harmonies of #280113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280113

Black with #280113

Text Example


Text Example

White with #280113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280113; }

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

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

background-color css

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

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

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

border-color css

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

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

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