#251012

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

Shades of Rustic Red #251012

Tints of Rustic Red #251012

Color information

#251012 (or 0x251012) is unknown color: approx Rustic Red. HEX triplet: 25, 10 and 12. RGB value is (37,16,18). Sum of RGB (Red+Green+Blue) = 37+16+18=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #251012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251012 is #DAEFED. Grayscale: #161616. Windows color (decimal): -14348270 or 1183781. OLE color: 1183781.

HSL color Cylindrical-coordinate representation of color #251012: hue angle of 354.29º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251012 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB371618-
CMYK00.570.510.85
HSL354.29º39.62%10.39%-
HSV(B)354.29º56.76%14.51%-
XYZ1.060.810.67-
YUV22.51125.46138.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=52.11%
G=22.54%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37161800.570.510.85354.2939.6210.39
Hex251012039335516228a
Octal452022071631255425012
Binary1001011000010010011100111001110101011011000101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251012; }

 p { color: rgb(37,16,18); }

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

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

 a { background-color: rgb(37,16,18); }

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

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

 span { border-color: rgb(37,16,18); }

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