#250308

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

Shades of Rustic Red #250308

Tints of Rustic Red #250308

Color information

#250308 (or 0x250308) is unknown color: approx Rustic Red. HEX triplet: 25, 03 and 08. RGB value is (37,3,8). Sum of RGB (Red+Green+Blue) = 37+3+8=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250308 is #DAFCF7. Grayscale: #0D0D0D. Windows color (decimal): -14351608 or 525093. OLE color: 525093.

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

Color convert

RGB3738-
CMYK00.920.780.85
HSL351.18º85%7.84%-
HSV(B)351.18º91.89%14.51%-
XYZ0.840.480.28-
YUV13.74124.76144.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 77.08%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 8 (3.52% from 255) = 16.67%
R=77.08%
G=6.25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373800.920.780.85351.18857.84
Hex253805C4E5515f558
Octal45310013411612553712510
Binary100101111000010111001001110101010110101111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250308; }

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

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

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

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

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

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

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

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