Html Css Color HEX #281013 Rustic Red

📋 copy color: '#281013'

red 40 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #281013

Tints of Rustic Red #281013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

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

R = 53.33%
G = 21.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#281013 (or 0x281013) is known color: Rustic Red. HEX triplet: 28, 10 and 13. RGB value is (40,16,19). Sum of RGB (Red+Green+Blue) = 40+16+19=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281013 is #D7EFEC. Grayscale: #171717. Windows color (decimal): -14151661 or 1249320. OLE color: 1249320.

HSL color Cylindrical-coordinate representation of color #281013: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281013 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 16 19 -
CMYK 0 0.60 0.52 0.84
HSL 352.5º 0.43% 0.11% -
HSV(B) 352.5º 0.6% 0.16% -
XYZ 1.18 0.87 0.72 -
YUV 23.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 40 16 19 0 0.60 0.52 0.84 352.5 0.43 0.11
Hex 28 10 13 0 3C 34 54 160 2B B
Octal 50 20 23 0 74 64 124 540 53 13
Binary 101000 10000 10011 0 111100 110100 1010100 101100000 101011 1011

Color Harmonies of #281013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281013

Black with #281013

Text Example


Text Example

White with #281013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281013; }

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

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

background-color css

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

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

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

border-color css

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

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

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