Html Css Color HEX #251016 Rustic Red

📋 copy color: '#251016'

red 37 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #251016

Tints of Rustic Red #251016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

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

R = 49.33%
G = 21.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#251016 (or 0x251016) is known color: Rustic Red. HEX triplet: 25, 10 and 16. RGB value is (37,16,22). Sum of RGB (Red+Green+Blue) = 37+16+22=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251016 is #DAEFE9. Grayscale: #161616. Windows color (decimal): -14348266 or 1445925. OLE color: 1445925.

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

Color convert

RGB 37 16 22 -
CMYK 0 0.57 0.41 0.85
HSL 342.86º 0.4% 0.1% -
HSV(B) 342.86º 0.57% 0.15% -
XYZ 1.09 0.82 0.86 -
YUV 22.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 37 16 22 0 0.57 0.41 0.85 342.86 0.4 0.1
Hex 25 10 16 0 39 29 55 157 28 A
Octal 45 20 26 0 71 51 125 527 50 12
Binary 100101 10000 10110 0 111001 101001 1010101 101010111 101000 1010

Color Harmonies of #251016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251016

Black with #251016

Text Example


Text Example

White with #251016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251016; }

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

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

background-color css

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

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

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

border-color css

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

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

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