Html Css Color HEX #280001 Rustic Red

📋 copy color: '#280001'

red 40 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #280001

Tints of Rustic Red #280001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 2.44%

R = 97.56%
G = 0%
B = 2.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#280001 (or 0x280001) is known color: Rustic Red. HEX triplet: 28, 00 and 01. RGB value is (40,0,1). Sum of RGB (Red+Green+Blue) = 40+0+1=41 (5% of max value = 765). Red value is 40 (16.02% from 255 or 97.56% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 40 - color contains mainly: red. Hex color #280001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280001 is #D7FFFE. Grayscale: #0C0C0C. Windows color (decimal): -14155775 or 65576. OLE color: 65576.

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

Color convert

RGB 40 0 1 -
CMYK 0 1 0.98 0.84
HSL 358.5º 1% 0.08% -
HSV(B) 358.5º 1% 0.16% -
XYZ 0.88 0.45 0.07 -
YUV 12.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 40 0 1 0 1 0.98 0.84 358.5 1 0.08
Hex 28 0 1 0 64 62 54 166 64 8
Octal 50 0 1 0 144 142 124 546 144 10
Binary 101000 0 1 0 1100100 1100010 1010100 101100110 1100100 1000

Color Harmonies of #280001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280001

Black with #280001

Text Example


Text Example

White with #280001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280001; }

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

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

background-color css

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

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

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

border-color css

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

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

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