Html Css Color HEX #28080C Rustic Red

📋 copy color: '#28080C'

red 40 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #28080C

Tints of Rustic Red #28080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.33%

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

R = 66.67%
G = 13.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#28080C (or 0x28080C) is known color: Rustic Red. HEX triplet: 28, 08 and 0C. RGB value is (40,8,12). Sum of RGB (Red+Green+Blue) = 40+8+12=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #28080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28080C is #D7F7F3. Grayscale: #121212. Windows color (decimal): -14153716 or 788520. OLE color: 788520.

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

Color convert

RGB 40 8 12 -
CMYK 0 0.80 0.70 0.84
HSL 352.5º 0.67% 0.09% -
HSV(B) 352.5º 0.8% 0.16% -
XYZ 1.03 0.65 0.42 -
YUV 18.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 40 8 12 0 0.80 0.70 0.84 352.5 0.67 0.09
Hex 28 8 C 0 50 46 54 160 43 9
Octal 50 10 14 0 120 106 124 540 103 11
Binary 101000 1000 1100 0 1010000 1000110 1010100 101100000 1000011 1001

Color Harmonies of #28080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28080C

Black with #28080C

Text Example


Text Example

White with #28080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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