#250108

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

Shades of Rustic Red #250108

Tints of Rustic Red #250108

Color information

#250108 (or 0x250108) is unknown color: approx Rustic Red. HEX triplet: 25, 01 and 08. RGB value is (37,1,8). Sum of RGB (Red+Green+Blue) = 37+1+8=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250108 is #DAFEF7. Grayscale: #0C0C0C. Windows color (decimal): -14352120 or 524581. OLE color: 524581.

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

Color convert

RGB3718-
CMYK00.970.780.85
HSL348.33º94.74%7.45%-
HSV(B)348.33º97.3%14.51%-
XYZ0.820.430.27-
YUV12.56125.43145.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 80.43%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=80.43%
G=2.17%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal371800.970.780.85348.3394.747.45
Hex25180614E5515c5f7
Octal4511001411161255341377
Binary1001011100001100001100111010101011010111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250108; }

 p { color: rgb(37,1,8); }

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

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

 a { background-color: rgb(37,1,8); }

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

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

 span { border-color: rgb(37,1,8); }

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