#250006

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

Shades of Rustic Red #250006

Tints of Rustic Red #250006

Color information

#250006 (or 0x250006) is unknown color: approx Rustic Red. HEX triplet: 25, 00 and 06. RGB value is (37,0,6). Sum of RGB (Red+Green+Blue) = 37+0+6=43 (5% of max value = 765). Red value is 37 (14.84% from 255 or 86.05% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 37 - color contains mainly: red. Hex color #250006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250006 is #DAFFF9. Grayscale: #0B0B0B. Windows color (decimal): -14352378 or 393253. OLE color: 393253.

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

Color convert

RGB3706-
CMYK010.840.85
HSL350.27º100%7.25%-
HSV(B)350.27º100%14.51%-
XYZ0.80.410.21-
YUV11.75124.76146.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 86.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=86.05%
G=0%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3706010.840.85350.271007.25
Hex2506064545515e647
Octal450601441241255361447
Binary100101011001100100101010010101011010111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250006; }

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

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

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

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

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

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

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

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