#250205

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

Shades of Rustic Red #250205

Tints of Rustic Red #250205

Color information

#250205 (or 0x250205) is unknown color: approx Rustic Red. HEX triplet: 25, 02 and 05. RGB value is (37,2,5). Sum of RGB (Red+Green+Blue) = 37+2+5=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250205 is #DAFDFA. Grayscale: #0C0C0C. Windows color (decimal): -14351867 or 328229. OLE color: 328229.

HSL color Cylindrical-coordinate representation of color #250205: hue angle of 354.86º 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 #250205 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB3725-
CMYK00.950.860.85
HSL354.86º89.74%7.65%-
HSV(B)354.86º94.59%14.51%-
XYZ0.810.450.19-
YUV12.81123.6145.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 84.09%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 5 (2.34% from 255) = 11.36%
R=84.09%
G=4.55%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal372500.950.860.85354.8689.747.65
Hex252505F56551635a8
Octal4525013712612554313210
Binary10010110101010111111010110101010110110001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250205; }

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

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

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

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

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

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

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

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