Html Css Color HEX #280B10 Rustic Red

📋 copy color: '#280B10'

red 40 ◦ green 11 ◦ blue 16

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

Shades of Rustic Red #280B10

Tints of Rustic Red #280B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.42%

 BLUE value IS 16 (6.64% from 255) = 23.88%

R = 59.7%
G = 16.42%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#280B10 (or 0x280B10) is known color: Rustic Red. HEX triplet: 28, 0B and 10. RGB value is (40,11,16). Sum of RGB (Red+Green+Blue) = 40+11+16=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #280B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B10 is #D7F4EF. Grayscale: #141414. Windows color (decimal): -14152944 or 1051432. OLE color: 1051432.

HSL color Cylindrical-coordinate representation of color #280B10: hue angle of 349.66º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B10 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 11 16 -
CMYK 0 0.72 0.60 0.84
HSL 349.66º 0.57% 0.1% -
HSV(B) 349.66º 0.73% 0.16% -
XYZ 1.09 0.73 0.57 -
YUV 20.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 40 11 16 0 0.72 0.60 0.84 349.66 0.57 0.1
Hex 28 B 10 0 48 3C 54 15E 39 A
Octal 50 13 20 0 110 74 124 536 71 12
Binary 101000 1011 10000 0 1001000 111100 1010100 101011110 111001 1010

Color Harmonies of #280B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B10

Black with #280B10

Text Example


Text Example

White with #280B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B10; }

 p { color: rgb(40,11,16); }

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

background-color css

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

 a { background-color: rgb(40,11,16); }

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

border-color css

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

 span { border-color: rgb(40,11,16); }

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