Html Css Color HEX #250910 Rustic Red

📋 copy color: '#250910'

red 37 ◦ green 9 ◦ blue 16

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

Shades of Rustic Red #250910

Tints of Rustic Red #250910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.52%

 BLUE value IS 16 (6.64% from 255) = 25.81%

R = 59.68%
G = 14.52%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250910 (or 0x250910) is known color: Rustic Red. HEX triplet: 25, 09 and 10. RGB value is (37,9,16). Sum of RGB (Red+Green+Blue) = 37+9+16=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250910 is #DAF6EF. Grayscale: #121212. Windows color (decimal): -14350064 or 1050917. OLE color: 1050917.

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

Color convert

RGB 37 9 16 -
CMYK 0 0.76 0.57 0.85
HSL 345º 0.61% 0.09% -
HSV(B) 345º 0.76% 0.15% -
XYZ 0.95 0.63 0.56 -
YUV 18.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 37 9 16 0 0.76 0.57 0.85 345 0.61 0.09
Hex 25 9 10 0 4C 39 55 159 3D 9
Octal 45 11 20 0 114 71 125 531 75 11
Binary 100101 1001 10000 0 1001100 111001 1010101 101011001 111101 1001

Color Harmonies of #250910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250910

Black with #250910

Text Example


Text Example

White with #250910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250910; }

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

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

background-color css

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

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

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

border-color css

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

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

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