Html Css Color HEX #281213 Rustic Red

📋 copy color: '#281213'

red 40 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #281213

Tints of Rustic Red #281213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.38%

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

R = 51.95%
G = 23.38%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#281213 (or 0x281213) is known color: Rustic Red. HEX triplet: 28, 12 and 13. RGB value is (40,18,19). Sum of RGB (Red+Green+Blue) = 40+18+19=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281213 is #D7EDEC. Grayscale: #181818. Windows color (decimal): -14151149 or 1249832. OLE color: 1249832.

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

Color convert

RGB 40 18 19 -
CMYK 0 0.55 0.52 0.84
HSL 357.27º 0.38% 0.11% -
HSV(B) 357.27º 0.55% 0.16% -
XYZ 1.21 0.93 0.73 -
YUV 24.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 40 18 19 0 0.55 0.52 0.84 357.27 0.38 0.11
Hex 28 12 13 0 37 34 54 165 26 B
Octal 50 22 23 0 67 64 124 545 46 13
Binary 101000 10010 10011 0 110111 110100 1010100 101100101 100110 1011

Color Harmonies of #281213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281213

Black with #281213

Text Example


Text Example

White with #281213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281213; }

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

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

background-color css

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

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

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

border-color css

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

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

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