Html Css Color HEX #280212 Rustic Red

📋 copy color: '#280212'

red 40 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #280212

Tints of Rustic Red #280212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.33%

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

R = 66.67%
G = 3.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#280212 (or 0x280212) is known color: Rustic Red. HEX triplet: 28, 02 and 12. RGB value is (40,2,18). Sum of RGB (Red+Green+Blue) = 40+2+18=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280212 is #D7FDED. Grayscale: #0F0F0F. Windows color (decimal): -14155246 or 1180200. OLE color: 1180200.

HSL color Cylindrical-coordinate representation of color #280212: hue angle of 334.74º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280212 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 2 18 -
CMYK 0 0.95 0.55 0.84
HSL 334.74º 0.9% 0.08% -
HSV(B) 334.74º 0.95% 0.16% -
XYZ 1.01 0.54 0.62 -
YUV 15.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 40 2 18 0 0.95 0.55 0.84 334.74 0.9 0.08
Hex 28 2 12 0 5F 37 54 14F 5A 8
Octal 50 2 22 0 137 67 124 517 132 10
Binary 101000 10 10010 0 1011111 110111 1010100 101001111 1011010 1000

Color Harmonies of #280212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280212

Black with #280212

Text Example


Text Example

White with #280212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280212; }

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

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

background-color css

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

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

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

border-color css

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

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

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