Html Css Color HEX #25181A Rustic Red

📋 copy color: '#25181A'

red 37 ◦ green 24 ◦ blue 26

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

Shades of Rustic Red #25181A

Tints of Rustic Red #25181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.59%

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

R = 42.53%
G = 27.59%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25181A (or 0x25181A) is known color: Rustic Red. HEX triplet: 25, 18 and 1A. RGB value is (37,24,26). Sum of RGB (Red+Green+Blue) = 37+24+26=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25181A is #DAE7E5. Grayscale: #1C1C1C. Windows color (decimal): -14346214 or 1710117. OLE color: 1710117.

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

Color convert

RGB 37 24 26 -
CMYK 0 0.35 0.30 0.85
HSL 350.77º 0.21% 0.12% -
HSV(B) 350.77º 0.35% 0.15% -
XYZ 1.28 1.12 1.13 -
YUV 28.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 37 24 26 0 0.35 0.30 0.85 350.77 0.21 0.12
Hex 25 18 1A 0 23 1E 55 15F 15 C
Octal 45 30 32 0 43 36 125 537 25 14
Binary 100101 11000 11010 0 100011 11110 1010101 101011111 10101 1100

Color Harmonies of #25181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25181A

Black with #25181A

Text Example


Text Example

White with #25181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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