Html Css Color HEX #250D10 Rustic Red

📋 copy color: '#250D10'

red 37 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #250D10

Tints of Rustic Red #250D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 19.7%

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

R = 56.06%
G = 19.7%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250D10 (or 0x250D10) is known color: Rustic Red. HEX triplet: 25, 0D and 10. RGB value is (37,13,16). Sum of RGB (Red+Green+Blue) = 37+13+16=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D10 is #DAF2EF. Grayscale: #141414. Windows color (decimal): -14349040 or 1051941. OLE color: 1051941.

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

Color convert

RGB 37 13 16 -
CMYK 0 0.65 0.57 0.85
HSL 352.5º 0.48% 0.1% -
HSV(B) 352.5º 0.65% 0.15% -
XYZ 1 0.72 0.58 -
YUV 20.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 37 13 16 0 0.65 0.57 0.85 352.5 0.48 0.1
Hex 25 D 10 0 41 39 55 160 30 A
Octal 45 15 20 0 101 71 125 540 60 12
Binary 100101 1101 10000 0 1000001 111001 1010101 101100000 110000 1010

Color Harmonies of #250D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D10

Black with #250D10

Text Example


Text Example

White with #250D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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