#25070C

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

Shades of Rustic Red #25070C

Tints of Rustic Red #25070C

Color information

#25070C (or 0x25070C) is unknown color: approx Rustic Red. HEX triplet: 25, 07 and 0C. RGB value is (37,7,12). Sum of RGB (Red+Green+Blue) = 37+7+12=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070C is #DAF8F3. Grayscale: #101010. Windows color (decimal): -14350580 or 788261. OLE color: 788261.

HSL color Cylindrical-coordinate representation of color #25070C: hue angle of 350º 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 #25070C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB37712-
CMYK00.810.680.85
HSL350º68.18%8.63%-
HSV(B)350º81.08%14.51%-
XYZ0.910.570.41-
YUV16.54125.44142.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 66.07%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=66.07%
G=12.5%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3771200.810.680.8535068.188.63
Hex257C051445515e449
Octal45714012110412553610411
Binary1001011111100010100011000100101010110101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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