#250405

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

Shades of Rustic Red #250405

Tints of Rustic Red #250405

Color information

#250405 (or 0x250405) is unknown color: approx Rustic Red. HEX triplet: 25, 04 and 05. RGB value is (37,4,5). Sum of RGB (Red+Green+Blue) = 37+4+5=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250405 is #DAFBFA. Grayscale: #0E0E0E. Windows color (decimal): -14351355 or 328741. OLE color: 328741.

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

Color convert

RGB3745-
CMYK00.890.860.85
HSL358.18º80.49%8.04%-
HSV(B)358.18º89.19%14.51%-
XYZ0.830.490.19-
YUV13.98122.93144.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 80.43%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=80.43%
G=8.70%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal374500.890.860.85358.1880.498.04
Hex25450595655166508
Octal4545013112612554612010
Binary100101100101010110011010110101010110110011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250405; }

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

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

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

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

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

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

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

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