Html Css Color HEX #28000D Rustic Red

📋 copy color: '#28000D'

red 40 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #28000D

Tints of Rustic Red #28000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 24.53%

R = 75.47%
G = 0%
B = 24.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#28000D (or 0x28000D) is known color: Rustic Red. HEX triplet: 28, 00 and 0D. RGB value is (40,0,13). Sum of RGB (Red+Green+Blue) = 40+0+13=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #28000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28000D is #D7FFF2. Grayscale: #0D0D0D. Windows color (decimal): -14155763 or 852008. OLE color: 852008.

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

Color convert

RGB 40 0 13 -
CMYK 0 1 0.67 0.84
HSL 340.5º 1% 0.08% -
HSV(B) 340.5º 1% 0.16% -
XYZ 0.95 0.48 0.42 -
YUV 13.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 40 0 13 0 1 0.67 0.84 340.5 1 0.08
Hex 28 0 D 0 64 43 54 154 64 8
Octal 50 0 15 0 144 103 124 524 144 10
Binary 101000 0 1101 0 1100100 1000011 1010100 101010100 1100100 1000

Color Harmonies of #28000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28000D

Black with #28000D

Text Example


Text Example

White with #28000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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