Html Css Color HEX #280B0E Rustic Red

📋 copy color: '#280B0E'

red 40 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #280B0E

Tints of Rustic Red #280B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 21.54%

R = 61.54%
G = 16.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.84

RGB Variations

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

Color information

#280B0E (or 0x280B0E) is known color: Rustic Red. HEX triplet: 28, 0B and 0E. RGB value is (40,11,14). Sum of RGB (Red+Green+Blue) = 40+11+14=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B0E is #D7F4F1. Grayscale: #141414. Windows color (decimal): -14152946 or 920360. OLE color: 920360.

HSL color Cylindrical-coordinate representation of color #280B0E: hue angle of 353.79º 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 #280B0E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 11 14 -
CMYK 0 0.72 0.65 0.84
HSL 353.79º 0.57% 0.1% -
HSV(B) 353.79º 0.73% 0.16% -
XYZ 1.07 0.72 0.5 -
YUV 20.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 40 11 14 0 0.72 0.65 0.84 353.79 0.57 0.1
Hex 28 B E 0 48 41 54 162 39 A
Octal 50 13 16 0 110 101 124 542 71 12
Binary 101000 1011 1110 0 1001000 1000001 1010100 101100010 111001 1010

Color Harmonies of #280B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B0E

Black with #280B0E

Text Example


Text Example

White with #280B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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