#250211

Color #250211 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #250211

Tints of Rustic Red #250211

Color information

#250211 (or 0x250211) is unknown color: approx Rustic Red. HEX triplet: 25, 02 and 11. RGB value is (37,2,17). Sum of RGB (Red+Green+Blue) = 37+2+17=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250211 is #DAFDEE. Grayscale: #0E0E0E. Windows color (decimal): -14351855 or 1114661. OLE color: 1114661.

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

Color convert

RGB37217-
CMYK00.950.540.85
HSL334.29º89.74%7.65%-
HSV(B)334.29º94.59%14.51%-
XYZ0.890.480.58-
YUV14.18129.6144.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 66.07%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=66.07%
G=3.57%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3721700.950.540.85334.2989.747.65
Hex2521105F365514e5a8
Octal4522101376612551613210
Binary100101101000101011111110110101010110100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250211; }

 p { color: rgb(37,2,17); }

 H1.HeaderClassName
 {
   color: #250211;
 }
 .AnyTagClassName
 {
   color: #250211;
 }
</style>
background-color css

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

 a { background-color: rgb(37,2,17); }

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

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

 span { border-color: rgb(37,2,17); }

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