#250607

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

Shades of Rustic Red #250607

Tints of Rustic Red #250607

Color information

#250607 (or 0x250607) is unknown color: approx Rustic Red. HEX triplet: 25, 06 and 07. RGB value is (37,6,7). Sum of RGB (Red+Green+Blue) = 37+6+7=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250607 is #DAF9F8. Grayscale: #0F0F0F. Windows color (decimal): -14350841 or 460325. OLE color: 460325.

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

Color convert

RGB3767-
CMYK00.840.810.85
HSL358.06º72.09%8.43%-
HSV(B)358.06º83.78%14.51%-
XYZ0.870.540.26-
YUV15.38123.27143.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 74%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 7 (3.12% from 255) = 14%
R=74%
G=12%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal376700.840.810.85358.0672.098.43
Hex25670545155166488
Octal4567012412112554611010
Binary100101110111010101001010001101010110110011010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250607; }

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

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

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

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

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

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

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

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