Html Css Color HEX #250A16 Rustic Red

📋 copy color: '#250A16'

red 37 ◦ green 10 ◦ blue 22

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

Shades of Rustic Red #250A16

Tints of Rustic Red #250A16

RGB

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

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

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

R = 53.62%
G = 14.49%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250A16 (or 0x250A16) is known color: Rustic Red. HEX triplet: 25, 0A and 16. RGB value is (37,10,22). Sum of RGB (Red+Green+Blue) = 37+10+22=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #250A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A16 is #DAF5E9. Grayscale: #131313. Windows color (decimal): -14349802 or 1444389. OLE color: 1444389.

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

Color convert

RGB 37 10 22 -
CMYK 0 0.73 0.41 0.85
HSL 333.33º 0.57% 0.09% -
HSV(B) 333.33º 0.73% 0.15% -
XYZ 1.02 0.67 0.83 -
YUV 19.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 37 10 22 0 0.73 0.41 0.85 333.33 0.57 0.09
Hex 25 A 16 0 49 29 55 14D 39 9
Octal 45 12 26 0 111 51 125 515 71 11
Binary 100101 1010 10110 0 1001001 101001 1010101 101001101 111001 1001

Color Harmonies of #250A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A16

Black with #250A16

Text Example


Text Example

White with #250A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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