#250306

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

Shades of Rustic Red #250306

Tints of Rustic Red #250306

Color information

#250306 (or 0x250306) is unknown color: approx Rustic Red. HEX triplet: 25, 03 and 06. RGB value is (37,3,6). Sum of RGB (Red+Green+Blue) = 37+3+6=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250306 is #DAFCF9. Grayscale: #0D0D0D. Windows color (decimal): -14351610 or 394021. OLE color: 394021.

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

Color convert

RGB3736-
CMYK00.920.840.85
HSL354.71º85%7.84%-
HSV(B)354.71º91.89%14.51%-
XYZ0.830.470.22-
YUV13.51123.76144.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 80.43%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=80.43%
G=6.52%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373600.920.840.85354.71857.84
Hex253605C5455163558
Octal4536013412412554312510
Binary10010111110010111001010100101010110110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250306; }

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

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

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

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

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

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

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

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