Html Css Color HEX #25191A Rustic Red

📋 copy color: '#25191A'

red 37 ◦ green 25 ◦ blue 26

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

Shades of Rustic Red #25191A

Tints of Rustic Red #25191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.41%

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

R = 42.05%
G = 28.41%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#25191A (or 0x25191A) is known color: Rustic Red. HEX triplet: 25, 19 and 1A. RGB value is (37,25,26). Sum of RGB (Red+Green+Blue) = 37+25+26=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #25191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191A is #DAE6E5. Grayscale: #1C1C1C. Windows color (decimal): -14345958 or 1710373. OLE color: 1710373.

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

Color convert

RGB 37 25 26 -
CMYK 0 0.32 0.30 0.85
HSL 355º 0.19% 0.12% -
HSV(B) 355º 0.32% 0.15% -
XYZ 1.3 1.16 1.13 -
YUV 28.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 37 25 26 0 0.32 0.30 0.85 355 0.19 0.12
Hex 25 19 1A 0 20 1E 55 163 13 C
Octal 45 31 32 0 40 36 125 543 23 14
Binary 100101 11001 11010 0 100000 11110 1010101 101100011 10011 1100

Color Harmonies of #25191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25191A

Black with #25191A

Text Example


Text Example

White with #25191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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