Html Css Color HEX #280712 Rustic Red

📋 copy color: '#280712'

red 40 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #280712

Tints of Rustic Red #280712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 27.69%

R = 61.54%
G = 10.77%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#280712 (or 0x280712) is known color: Rustic Red. HEX triplet: 28, 07 and 12. RGB value is (40,7,18). Sum of RGB (Red+Green+Blue) = 40+7+18=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280712 is #D7F8ED. Grayscale: #121212. Windows color (decimal): -14153966 or 1181480. OLE color: 1181480.

HSL color Cylindrical-coordinate representation of color #280712: hue angle of 340º 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 #280712 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 7 18 -
CMYK 0 0.83 0.55 0.84
HSL 340º 0.7% 0.09% -
HSV(B) 340º 0.83% 0.16% -
XYZ 1.06 0.65 0.64 -
YUV 18.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 40 7 18 0 0.83 0.55 0.84 340 0.7 0.09
Hex 28 7 12 0 53 37 54 154 46 9
Octal 50 7 22 0 123 67 124 524 106 11
Binary 101000 111 10010 0 1010011 110111 1010100 101010100 1000110 1001

Color Harmonies of #280712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280712

Black with #280712

Text Example


Text Example

White with #280712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280712; }

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

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

background-color css

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

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

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

border-color css

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

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

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