Html Css Color HEX #28070D Rustic Red

📋 copy color: '#28070D'

red 40 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #28070D

Tints of Rustic Red #28070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 66.67%
G = 11.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#28070D (or 0x28070D) is known color: Rustic Red. HEX triplet: 28, 07 and 0D. RGB value is (40,7,13). Sum of RGB (Red+Green+Blue) = 40+7+13=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #28070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28070D is #D7F8F2. Grayscale: #111111. Windows color (decimal): -14153971 or 853800. OLE color: 853800.

HSL color Cylindrical-coordinate representation of color #28070D: hue angle of 349.09º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28070D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 7 13 -
CMYK 0 0.83 0.67 0.84
HSL 349.09º 0.7% 0.09% -
HSV(B) 349.09º 0.83% 0.16% -
XYZ 1.02 0.63 0.45 -
YUV 17.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 40 7 13 0 0.83 0.67 0.84 349.09 0.7 0.09
Hex 28 7 D 0 53 43 54 15D 46 9
Octal 50 7 15 0 123 103 124 535 106 11
Binary 101000 111 1101 0 1010011 1000011 1010100 101011101 1000110 1001

Color Harmonies of #28070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28070D

Black with #28070D

Text Example


Text Example

White with #28070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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