Html Css Color HEX #280C17 Rustic Red

📋 copy color: '#280C17'

red 40 ◦ green 12 ◦ blue 23

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

Shades of Rustic Red #280C17

Tints of Rustic Red #280C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16%

 BLUE value IS 23 (9.38% from 255) = 30.67%

R = 53.33%
G = 16%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#280C17 (or 0x280C17) is known color: Rustic Red. HEX triplet: 28, 0C and 17. RGB value is (40,12,23). Sum of RGB (Red+Green+Blue) = 40+12+23=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C17 is #D7F3E8. Grayscale: #151515. Windows color (decimal): -14152681 or 1510440. OLE color: 1510440.

HSL color Cylindrical-coordinate representation of color #280C17: hue angle of 336.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C17 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 12 23 -
CMYK 0 0.70 0.43 0.84
HSL 336.43º 0.54% 0.1% -
HSV(B) 336.43º 0.7% 0.16% -
XYZ 1.16 0.78 0.9 -
YUV 21.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 40 12 23 0 0.70 0.43 0.84 336.43 0.54 0.1
Hex 28 C 17 0 46 2B 54 150 36 A
Octal 50 14 27 0 106 53 124 520 66 12
Binary 101000 1100 10111 0 1000110 101011 1010100 101010000 110110 1010

Color Harmonies of #280C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C17

Black with #280C17

Text Example


Text Example

White with #280C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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