Html Css Color HEX #280003 Rustic Red

📋 copy color: '#280003'

red 40 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #280003

Tints of Rustic Red #280003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 6.98%

R = 93.02%
G = 0%
B = 6.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.84

RGB Variations

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

Color information

#280003 (or 0x280003) is known color: Rustic Red. HEX triplet: 28, 00 and 03. RGB value is (40,0,3). Sum of RGB (Red+Green+Blue) = 40+0+3=43 (5% of max value = 765). Red value is 40 (16.02% from 255 or 93.02% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 40 - color contains mainly: red. Hex color #280003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280003 is #D7FFFC. Grayscale: #0C0C0C. Windows color (decimal): -14155773 or 196648. OLE color: 196648.

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

Color convert

RGB 40 0 3 -
CMYK 0 1 0.93 0.84
HSL 355.5º 1% 0.08% -
HSV(B) 355.5º 1% 0.16% -
XYZ 0.89 0.46 0.13 -
YUV 12.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 40 0 3 0 1 0.93 0.84 355.5 1 0.08
Hex 28 0 3 0 64 5D 54 164 64 8
Octal 50 0 3 0 144 135 124 544 144 10
Binary 101000 0 11 0 1100100 1011101 1010100 101100100 1100100 1000

Color Harmonies of #280003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280003

Black with #280003

Text Example


Text Example

White with #280003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280003; }

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

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

background-color css

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

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

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

border-color css

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

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

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