#25050B

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

Shades of Rustic Red #25050B

Tints of Rustic Red #25050B

Color information

#25050B (or 0x25050B) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 0B. RGB value is (37,5,11). Sum of RGB (Red+Green+Blue) = 37+5+11=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #25050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050B is #DAFAF4. Grayscale: #0F0F0F. Windows color (decimal): -14351093 or 722213. OLE color: 722213.

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

Color convert

RGB37511-
CMYK00.860.700.85
HSL348.75º76.19%8.24%-
HSV(B)348.75º86.49%14.51%-
XYZ0.880.530.37-
YUV15.25125.6143.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 69.81%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=69.81%
G=9.43%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751100.860.700.85348.7576.198.24
Hex255B056465515d4c8
Octal45513012610612553511410
Binary1001011011011010101101000110101010110101110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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