#25010B

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

Shades of Rustic Red #25010B

Tints of Rustic Red #25010B

Color information

#25010B (or 0x25010B) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 0B. RGB value is (37,1,11). Sum of RGB (Red+Green+Blue) = 37+1+11=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #25010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25010B is #DAFEF4. Grayscale: #0C0C0C. Windows color (decimal): -14352117 or 721189. OLE color: 721189.

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

Color convert

RGB37111-
CMYK00.970.700.85
HSL343.33º94.74%7.45%-
HSV(B)343.33º97.3%14.51%-
XYZ0.830.440.36-
YUV12.9126.93145.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 75.51%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=75.51%
G=2.04%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3711100.970.700.85343.3394.747.45
Hex251B06146551575f7
Octal4511301411061255271377
Binary1001011101101100001100011010101011010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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