Html Css Color HEX #25191B Rustic Red

📋 copy color: '#25191B'

red 37 ◦ green 25 ◦ blue 27

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

Shades of Rustic Red #25191B

Tints of Rustic Red #25191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30.34%

R = 41.57%
G = 28.09%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#25191B (or 0x25191B) is known color: Rustic Red. HEX triplet: 25, 19 and 1B. RGB value is (37,25,27). Sum of RGB (Red+Green+Blue) = 37+25+27=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #25191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191B is #DAE6E4. Grayscale: #1C1C1C. Windows color (decimal): -14345957 or 1775909. OLE color: 1775909.

HSL color Cylindrical-coordinate representation of color #25191B: hue angle of 350º 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 #25191B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 25 27 -
CMYK 0 0.32 0.27 0.85
HSL 350º 0.19% 0.12% -
HSV(B) 350º 0.32% 0.15% -
XYZ 1.31 1.17 1.19 -
YUV 28.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 37 25 27 0 0.32 0.27 0.85 350 0.19 0.12
Hex 25 19 1B 0 20 1B 55 15E 13 C
Octal 45 31 33 0 40 33 125 536 23 14
Binary 100101 11001 11011 0 100000 11011 1010101 101011110 10011 1100

Color Harmonies of #25191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25191B

Black with #25191B

Text Example


Text Example

White with #25191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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