#250612

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

Shades of Rustic Red #250612

Tints of Rustic Red #250612

Color information

#250612 (or 0x250612) is unknown color: approx Rustic Red. HEX triplet: 25, 06 and 12. RGB value is (37,6,18). Sum of RGB (Red+Green+Blue) = 37+6+18=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250612 is #DAF9ED. Grayscale: #101010. Windows color (decimal): -14350830 or 1181221. OLE color: 1181221.

HSL color Cylindrical-coordinate representation of color #250612: hue angle of 336.77º 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 #250612 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB37618-
CMYK00.840.510.85
HSL336.77º72.09%8.43%-
HSV(B)336.77º83.78%14.51%-
XYZ0.940.570.63-
YUV16.64128.77142.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 6 (2.73% from 255) = 9.84%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=60.66%
G=9.84%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3761800.840.510.85336.7772.098.43
Hex256120543355151488
Octal4562201246312552111010
Binary1001011101001001010100110011101010110101000110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250612; }

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

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

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

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

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

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

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

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