#250512

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

Shades of Rustic Red #250512

Tints of Rustic Red #250512

Color information

#250512 (or 0x250512) is unknown color: approx Rustic Red. HEX triplet: 25, 05 and 12. RGB value is (37,5,18). Sum of RGB (Red+Green+Blue) = 37+5+18=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250512 is #DAFAED. Grayscale: #101010. Windows color (decimal): -14351086 or 1180965. OLE color: 1180965.

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

Color convert

RGB37518-
CMYK00.860.510.85
HSL335.62º76.19%8.24%-
HSV(B)335.62º86.49%14.51%-
XYZ0.930.550.63-
YUV16.05129.1142.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 61.67%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 18 (7.42% from 255) = 30%
R=61.67%
G=8.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3751800.860.510.85335.6276.198.24
Hex2551205633551504c8
Octal4552201266312552011410
Binary1001011011001001010110110011101010110101000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250512; }

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

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

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

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

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

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

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

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