#25060B

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

Shades of Rustic Red #25060B

Tints of Rustic Red #25060B

Color information

#25060B (or 0x25060B) is unknown color: approx Rustic Red. HEX triplet: 25, 06 and 0B. RGB value is (37,6,11). Sum of RGB (Red+Green+Blue) = 37+6+11=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25060B is #DAF9F4. Grayscale: #0F0F0F. Windows color (decimal): -14350837 or 722469. OLE color: 722469.

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

Color convert

RGB37611-
CMYK00.840.700.85
HSL350.32º72.09%8.43%-
HSV(B)350.32º83.78%14.51%-
XYZ0.890.550.38-
YUV15.84125.27143.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 68.52%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=68.52%
G=11.11%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3761100.840.700.85350.3272.098.43
Hex256B054465515e488
Octal45613012410612553611010
Binary1001011101011010101001000110101010110101111010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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