Html Css Color HEX #250009 Rustic Red

📋 copy color: '#250009'

red 37 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #250009

Tints of Rustic Red #250009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.43%
G = 0%
B = 19.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250009 (or 0x250009) is known color: Rustic Red. HEX triplet: 25, 00 and 09. RGB value is (37,0,9). Sum of RGB (Red+Green+Blue) = 37+0+9=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250009 is #DAFFF6. Grayscale: #0C0C0C. Windows color (decimal): -14352375 or 589861. OLE color: 589861.

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

Color convert

RGB 37 0 9 -
CMYK 0 1 0.76 0.85
HSL 345.41º 1% 0.07% -
HSV(B) 345.41º 1% 0.15% -
XYZ 0.81 0.41 0.3 -
YUV 12.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 37 0 9 0 1 0.76 0.85 345.41 1 0.07
Hex 25 0 9 0 64 4C 55 159 64 7
Octal 45 0 11 0 144 114 125 531 144 7
Binary 100101 0 1001 0 1100100 1001100 1010101 101011001 1100100 111

Color Harmonies of #250009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250009

Black with #250009

Text Example


Text Example

White with #250009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250009; }

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

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

background-color css

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

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

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

border-color css

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

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

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