Html Css Color HEX #250815 Rustic Red

📋 copy color: '#250815'

red 37 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #250815

Tints of Rustic Red #250815

RGB

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

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

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

R = 56.06%
G = 12.12%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250815 (or 0x250815) is known color: Rustic Red. HEX triplet: 25, 08 and 15. RGB value is (37,8,21). Sum of RGB (Red+Green+Blue) = 37+8+21=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250815 is #DAF7EA. Grayscale: #121212. Windows color (decimal): -14350315 or 1378341. OLE color: 1378341.

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

Color convert

RGB 37 8 21 -
CMYK 0 0.78 0.43 0.85
HSL 333.1º 0.64% 0.09% -
HSV(B) 333.1º 0.78% 0.15% -
XYZ 0.99 0.62 0.78 -
YUV 18.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 37 8 21 0 0.78 0.43 0.85 333.1 0.64 0.09
Hex 25 8 15 0 4E 2B 55 14D 40 9
Octal 45 10 25 0 116 53 125 515 100 11
Binary 100101 1000 10101 0 1001110 101011 1010101 101001101 1000000 1001

Color Harmonies of #250815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250815

Black with #250815

Text Example


Text Example

White with #250815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250815; }

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

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

background-color css

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

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

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

border-color css

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

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

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