#25030B

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

Shades of Rustic Red #25030B

Tints of Rustic Red #25030B

Color information

#25030B (or 0x25030B) is unknown color: approx Rustic Red. HEX triplet: 25, 03 and 0B. RGB value is (37,3,11). Sum of RGB (Red+Green+Blue) = 37+3+11=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #25030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030B is #DAFCF4. Grayscale: #0E0E0E. Windows color (decimal): -14351605 or 721701. OLE color: 721701.

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

Color convert

RGB37311-
CMYK00.920.700.85
HSL345.88º85%7.84%-
HSV(B)345.88º91.89%14.51%-
XYZ0.860.480.36-
YUV14.08126.26144.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 72.55%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=72.55%
G=5.88%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3731100.920.700.85345.88857.84
Hex253B05C465515a558
Octal45313013410612553212510
Binary100101111011010111001000110101010110101101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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