#25010C

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

Shades of Rustic Red #25010C

Tints of Rustic Red #25010C

Color information

#25010C (or 0x25010C) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 0C. RGB value is (37,1,12). Sum of RGB (Red+Green+Blue) = 37+1+12=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #25010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25010C is #DAFEF3. Grayscale: #0D0D0D. Windows color (decimal): -14352116 or 786725. OLE color: 786725.

HSL color Cylindrical-coordinate representation of color #25010C: hue angle of 341.67º 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 #25010C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB37112-
CMYK00.970.680.85
HSL341.67º94.74%7.45%-
HSV(B)341.67º97.3%14.51%-
XYZ0.840.440.39-
YUV13.02127.43145.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 74%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 12 (5.08% from 255) = 24%
R=74%
G=2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711200.970.680.85341.6794.747.45
Hex251C06144551565f7
Octal4511401411041255261377
Binary1001011110001100001100010010101011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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