#25070B

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

Shades of Rustic Red #25070B

Tints of Rustic Red #25070B

Color information

#25070B (or 0x25070B) is unknown color: approx Rustic Red. HEX triplet: 25, 07 and 0B. RGB value is (37,7,11). Sum of RGB (Red+Green+Blue) = 37+7+11=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070B is #DAF8F4. Grayscale: #101010. Windows color (decimal): -14350581 or 722725. OLE color: 722725.

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

Color convert

RGB37711-
CMYK00.810.700.85
HSL352º68.18%8.63%-
HSV(B)352º81.08%14.51%-
XYZ0.90.570.38-
YUV16.43124.94142.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 11 (4.69% from 255) = 20%
R=67.27%
G=12.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3771100.810.700.8535268.188.63
Hex257B0514655160449
Octal45713012110612554010411
Binary1001011111011010100011000110101010110110000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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