Html Css Color HEX #25151A Rustic Red

📋 copy color: '#25151A'

red 37 ◦ green 21 ◦ blue 26

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

Shades of Rustic Red #25151A

Tints of Rustic Red #25151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25%

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

R = 44.05%
G = 25%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25151A (or 0x25151A) is known color: Rustic Red. HEX triplet: 25, 15 and 1A. RGB value is (37,21,26). Sum of RGB (Red+Green+Blue) = 37+21+26=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25151A is #DAEAE5. Grayscale: #1A1A1A. Windows color (decimal): -14346982 or 1709349. OLE color: 1709349.

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

Color convert

RGB 37 21 26 -
CMYK 0 0.43 0.30 0.85
HSL 341.25º 0.28% 0.11% -
HSV(B) 341.25º 0.43% 0.15% -
XYZ 1.22 1 1.11 -
YUV 26.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 37 21 26 0 0.43 0.30 0.85 341.25 0.28 0.11
Hex 25 15 1A 0 2B 1E 55 155 1C B
Octal 45 25 32 0 53 36 125 525 34 13
Binary 100101 10101 11010 0 101011 11110 1010101 101010101 11100 1011

Color Harmonies of #25151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25151A

Black with #25151A

Text Example


Text Example

White with #25151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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