Html Css Color HEX #250D17 Rustic Red

📋 copy color: '#250D17'

red 37 ◦ green 13 ◦ blue 23

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

Shades of Rustic Red #250D17

Tints of Rustic Red #250D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 31.51%

R = 50.68%
G = 17.81%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250D17 (or 0x250D17) is known color: Rustic Red. HEX triplet: 25, 0D and 17. RGB value is (37,13,23). Sum of RGB (Red+Green+Blue) = 37+13+23=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D17 is #DAF2E8. Grayscale: #151515. Windows color (decimal): -14349033 or 1510693. OLE color: 1510693.

HSL color Cylindrical-coordinate representation of color #250D17: hue angle of 335º 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 #250D17 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 13 23 -
CMYK 0 0.65 0.38 0.85
HSL 335º 0.48% 0.1% -
HSV(B) 335º 0.65% 0.15% -
XYZ 1.06 0.74 0.9 -
YUV 21.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 37 13 23 0 0.65 0.38 0.85 335 0.48 0.1
Hex 25 D 17 0 41 26 55 14F 30 A
Octal 45 15 27 0 101 46 125 517 60 12
Binary 100101 1101 10111 0 1000001 100110 1010101 101001111 110000 1010

Color Harmonies of #250D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D17

Black with #250D17

Text Example


Text Example

White with #250D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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