Html Css Color HEX #250809 Rustic Red

📋 copy color: '#250809'

red 37 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #250809

Tints of Rustic Red #250809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.81%

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

R = 68.52%
G = 14.81%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250809 (or 0x250809) is known color: Rustic Red. HEX triplet: 25, 08 and 09. RGB value is (37,8,9). Sum of RGB (Red+Green+Blue) = 37+8+9=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250809 is #DAF7F6. Grayscale: #101010. Windows color (decimal): -14350327 or 591909. OLE color: 591909.

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

Color convert

RGB 37 8 9 -
CMYK 0 0.78 0.76 0.85
HSL 357.93º 0.64% 0.09% -
HSV(B) 357.93º 0.78% 0.15% -
XYZ 0.9 0.59 0.32 -
YUV 16.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 37 8 9 0 0.78 0.76 0.85 357.93 0.64 0.09
Hex 25 8 9 0 4E 4C 55 166 40 9
Octal 45 10 11 0 116 114 125 546 100 11
Binary 100101 1000 1001 0 1001110 1001100 1010101 101100110 1000000 1001

Color Harmonies of #250809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250809

Black with #250809

Text Example


Text Example

White with #250809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250809; }

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

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

background-color css

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

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

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

border-color css

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

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

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