Html Css Color HEX #250409 Rustic Red

📋 copy color: '#250409'

red 37 ◦ green 4 ◦ blue 9

#250409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #250409

Tints of Rustic Red #250409

RGB

 RED value IS 37 (14.84% from 255) = 74%

 GREEN value IS 4 (1.95% from 255) = 8%

 BLUE value IS 9 (3.91% from 255) = 18%

R = 74%
G = 8%
B = 18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250409 (or 0x250409) is known color: Rustic Red. HEX triplet: 25, 04 and 09. RGB value is (37,4,9). Sum of RGB (Red+Green+Blue) = 37+4+9=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250409 is #DAFBF6. Grayscale: #0E0E0E. Windows color (decimal): -14351351 or 590885. OLE color: 590885.

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

Color convert

RGB 37 4 9 -
CMYK 0 0.89 0.76 0.85
HSL 350.91º 0.8% 0.08% -
HSV(B) 350.91º 0.89% 0.15% -
XYZ 0.86 0.5 0.31 -
YUV 14.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 37 4 9 0 0.89 0.76 0.85 350.91 0.8 0.08
Hex 25 4 9 0 59 4C 55 15F 50 8
Octal 45 4 11 0 131 114 125 537 120 10
Binary 100101 100 1001 0 1011001 1001100 1010101 101011111 1010000 1000

Color Harmonies of #250409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250409

Black with #250409

Text Example


Text Example

White with #250409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250409; }

 p { color: rgb(37,4,9); }

 H1.HeaderClassName
 {
   color: #250409;
 }
 .AnyTagClassName
 {
   color: #250409;
 }
</style>

background-color css

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

 a { background-color: rgb(37,4,9); }

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

border-color css

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

 span { border-color: rgb(37,4,9); }

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