Html Css Color HEX #280008 Rustic Red

📋 copy color: '#280008'

red 40 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #280008

Tints of Rustic Red #280008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#280008 (or 0x280008) is known color: Rustic Red. HEX triplet: 28, 00 and 08. RGB value is (40,0,8). Sum of RGB (Red+Green+Blue) = 40+0+8=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280008 is #D7FFF7. Grayscale: #0C0C0C. Windows color (decimal): -14155768 or 524328. OLE color: 524328.

HSL color Cylindrical-coordinate representation of color #280008: hue angle of 348º 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 #280008 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 0 8 -
CMYK 0 1 0.80 0.84
HSL 348º 1% 0.08% -
HSV(B) 348º 1% 0.16% -
XYZ 0.92 0.47 0.27 -
YUV 12.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 40 0 8 0 1 0.80 0.84 348 1 0.08
Hex 28 0 8 0 64 50 54 15C 64 8
Octal 50 0 10 0 144 120 124 534 144 10
Binary 101000 0 1000 0 1100100 1010000 1010100 101011100 1100100 1000

Color Harmonies of #280008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280008

Black with #280008

Text Example


Text Example

White with #280008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280008; }

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

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

background-color css

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

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

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

border-color css

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

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

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