#25020A

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

Shades of Rustic Red #25020A

Tints of Rustic Red #25020A

Color information

#25020A (or 0x25020A) is unknown color: approx Rustic Red. HEX triplet: 25, 02 and 0A. RGB value is (37,2,10). Sum of RGB (Red+Green+Blue) = 37+2+10=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #25020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020A is #DAFDF5. Grayscale: #0D0D0D. Windows color (decimal): -14351862 or 655909. OLE color: 655909.

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

Color convert

RGB37210-
CMYK00.950.730.85
HSL346.29º89.74%7.65%-
HSV(B)346.29º94.59%14.51%-
XYZ0.840.460.33-
YUV13.38126.1144.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 75.51%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=75.51%
G=4.08%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3721000.950.730.85346.2989.747.65
Hex252A05F495515a5a8
Octal45212013711112553213210
Binary100101101010010111111001001101010110101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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