Html Css Color HEX #28040C Rustic Red

📋 copy color: '#28040C'

red 40 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #28040C

Tints of Rustic Red #28040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.14%

 BLUE value IS 12 (5.08% from 255) = 21.43%

R = 71.43%
G = 7.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#28040C (or 0x28040C) is known color: Rustic Red. HEX triplet: 28, 04 and 0C. RGB value is (40,4,12). Sum of RGB (Red+Green+Blue) = 40+4+12=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #28040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28040C is #D7FBF3. Grayscale: #0F0F0F. Windows color (decimal): -14154740 or 787496. OLE color: 787496.

HSL color Cylindrical-coordinate representation of color #28040C: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28040C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 4 12 -
CMYK 0 0.90 0.70 0.84
HSL 346.67º 0.82% 0.09% -
HSV(B) 346.67º 0.9% 0.16% -
XYZ 0.98 0.56 0.4 -
YUV 15.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 40 4 12 0 0.90 0.70 0.84 346.67 0.82 0.09
Hex 28 4 C 0 5A 46 54 15B 52 9
Octal 50 4 14 0 132 106 124 533 122 11
Binary 101000 100 1100 0 1011010 1000110 1010100 101011011 1010010 1001

Color Harmonies of #28040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28040C

Black with #28040C

Text Example


Text Example

White with #28040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28040C; }

 p { color: rgb(40,4,12); }

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

background-color css

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

 a { background-color: rgb(40,4,12); }

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

border-color css

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

 span { border-color: rgb(40,4,12); }

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