Html Css Color HEX #250915 Rustic Red

📋 copy color: '#250915'

red 37 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #250915

Tints of Rustic Red #250915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 31.34%

R = 55.22%
G = 13.43%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250915 (or 0x250915) is known color: Rustic Red. HEX triplet: 25, 09 and 15. RGB value is (37,9,21). Sum of RGB (Red+Green+Blue) = 37+9+21=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250915 is #DAF6EA. Grayscale: #121212. Windows color (decimal): -14350059 or 1378597. OLE color: 1378597.

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

Color convert

RGB 37 9 21 -
CMYK 0 0.76 0.43 0.85
HSL 334.29º 0.61% 0.09% -
HSV(B) 334.29º 0.76% 0.15% -
XYZ 1 0.64 0.78 -
YUV 18.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 37 9 21 0 0.76 0.43 0.85 334.29 0.61 0.09
Hex 25 9 15 0 4C 2B 55 14E 3D 9
Octal 45 11 25 0 114 53 125 516 75 11
Binary 100101 1001 10101 0 1001100 101011 1010101 101001110 111101 1001

Color Harmonies of #250915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250915

Black with #250915

Text Example


Text Example

White with #250915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250915; }

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

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

background-color css

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

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

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

border-color css

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

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

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