#25010A

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

Shades of Rustic Red #25010A

Tints of Rustic Red #25010A

Color information

#25010A (or 0x25010A) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 0A. RGB value is (37,1,10). Sum of RGB (Red+Green+Blue) = 37+1+10=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #25010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25010A is #DAFEF5. Grayscale: #0C0C0C. Windows color (decimal): -14352118 or 655653. OLE color: 655653.

HSL color Cylindrical-coordinate representation of color #25010A: hue angle of 345º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25010A is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB37110-
CMYK00.970.730.85
HSL345º94.74%7.45%-
HSV(B)345º97.3%14.51%-
XYZ0.830.440.33-
YUV12.79126.43145.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 77.08%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 10 (4.30% from 255) = 20.83%
R=77.08%
G=2.08%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711000.970.730.8534594.747.45
Hex251A06149551595f7
Octal4511201411111255311377
Binary1001011101001100001100100110101011010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25010A; }

 p { color: rgb(37,1,10); }

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

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

 a { background-color: rgb(37,1,10); }

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

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

 span { border-color: rgb(37,1,10); }

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