Html Css Color HEX #25161A Rustic Red

📋 copy color: '#25161A'

red 37 ◦ green 22 ◦ blue 26

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

Shades of Rustic Red #25161A

Tints of Rustic Red #25161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.88%

 BLUE value IS 26 (10.55% from 255) = 30.59%

R = 43.53%
G = 25.88%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25161A (or 0x25161A) is known color: Rustic Red. HEX triplet: 25, 16 and 1A. RGB value is (37,22,26). Sum of RGB (Red+Green+Blue) = 37+22+26=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25161A is #DAE9E5. Grayscale: #1A1A1A. Windows color (decimal): -14346726 or 1709605. OLE color: 1709605.

HSL color Cylindrical-coordinate representation of color #25161A: hue angle of 344º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25161A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 22 26 -
CMYK 0 0.41 0.30 0.85
HSL 344º 0.25% 0.12% -
HSV(B) 344º 0.41% 0.15% -
XYZ 1.24 1.04 1.11 -
YUV 26.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 37 22 26 0 0.41 0.30 0.85 344 0.25 0.12
Hex 25 16 1A 0 29 1E 55 158 19 C
Octal 45 26 32 0 51 36 125 530 31 14
Binary 100101 10110 11010 0 101001 11110 1010101 101011000 11001 1100

Color Harmonies of #25161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25161A

Black with #25161A

Text Example


Text Example

White with #25161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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