Html Css Color HEX #250D16 Rustic Red

📋 copy color: '#250D16'

red 37 ◦ green 13 ◦ blue 22

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

Shades of Rustic Red #250D16

Tints of Rustic Red #250D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 30.56%

R = 51.39%
G = 18.06%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250D16 (or 0x250D16) is known color: Rustic Red. HEX triplet: 25, 0D and 16. RGB value is (37,13,22). Sum of RGB (Red+Green+Blue) = 37+13+22=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D16 is #DAF2E9. Grayscale: #151515. Windows color (decimal): -14349034 or 1445157. OLE color: 1445157.

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

Color convert

RGB 37 13 22 -
CMYK 0 0.65 0.41 0.85
HSL 337.5º 0.48% 0.1% -
HSV(B) 337.5º 0.65% 0.15% -
XYZ 1.05 0.74 0.85 -
YUV 21.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 37 13 22 0 0.65 0.41 0.85 337.5 0.48 0.1
Hex 25 D 16 0 41 29 55 152 30 A
Octal 45 15 26 0 101 51 125 522 60 12
Binary 100101 1101 10110 0 1000001 101001 1010101 101010010 110000 1010

Color Harmonies of #250D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D16

Black with #250D16

Text Example


Text Example

White with #250D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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