Html Css Color HEX #280213 Rustic Red

📋 copy color: '#280213'

red 40 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #280213

Tints of Rustic Red #280213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.28%

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

R = 65.57%
G = 3.28%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#280213 (or 0x280213) is known color: Rustic Red. HEX triplet: 28, 02 and 13. RGB value is (40,2,19). Sum of RGB (Red+Green+Blue) = 40+2+19=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280213 is #D7FDEC. Grayscale: #0F0F0F. Windows color (decimal): -14155245 or 1245736. OLE color: 1245736.

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

Color convert

RGB 40 2 19 -
CMYK 0 0.95 0.52 0.84
HSL 333.16º 0.9% 0.08% -
HSV(B) 333.16º 0.95% 0.16% -
XYZ 1.01 0.54 0.67 -
YUV 15.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 40 2 19 0 0.95 0.52 0.84 333.16 0.9 0.08
Hex 28 2 13 0 5F 34 54 14D 5A 8
Octal 50 2 23 0 137 64 124 515 132 10
Binary 101000 10 10011 0 1011111 110100 1010100 101001101 1011010 1000

Color Harmonies of #280213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280213

Black with #280213

Text Example


Text Example

White with #280213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280213; }

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

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

background-color css

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

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

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

border-color css

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

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

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