Html Css Color HEX #250A15 Rustic Red

📋 copy color: '#250A15'

red 37 ◦ green 10 ◦ blue 21

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

Shades of Rustic Red #250A15

Tints of Rustic Red #250A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.71%

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

R = 54.41%
G = 14.71%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250A15 (or 0x250A15) is known color: Rustic Red. HEX triplet: 25, 0A and 15. RGB value is (37,10,21). Sum of RGB (Red+Green+Blue) = 37+10+21=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A15 is #DAF5EA. Grayscale: #131313. Windows color (decimal): -14349803 or 1378853. OLE color: 1378853.

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

Color convert

RGB 37 10 21 -
CMYK 0 0.73 0.43 0.85
HSL 335.56º 0.57% 0.09% -
HSV(B) 335.56º 0.73% 0.15% -
XYZ 1.01 0.66 0.78 -
YUV 19.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 37 10 21 0 0.73 0.43 0.85 335.56 0.57 0.09
Hex 25 A 15 0 49 2B 55 150 39 9
Octal 45 12 25 0 111 53 125 520 71 11
Binary 100101 1010 10101 0 1001001 101011 1010101 101010000 111001 1001

Color Harmonies of #250A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A15

Black with #250A15

Text Example


Text Example

White with #250A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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