Html Css Color HEX #251319 Rustic Red

📋 copy color: '#251319'

red 37 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #251319

Tints of Rustic Red #251319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

 BLUE value IS 25 (10.16% from 255) = 30.86%

R = 45.68%
G = 23.46%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#251319 (or 0x251319) is known color: Rustic Red. HEX triplet: 25, 13 and 19. RGB value is (37,19,25). Sum of RGB (Red+Green+Blue) = 37+19+25=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251319 is #DAECE6. Grayscale: #191919. Windows color (decimal): -14347495 or 1643301. OLE color: 1643301.

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

Color convert

RGB 37 19 25 -
CMYK 0 0.49 0.32 0.85
HSL 340º 0.32% 0.11% -
HSV(B) 340º 0.49% 0.15% -
XYZ 1.17 0.93 1.04 -
YUV 25.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 37 19 25 0 0.49 0.32 0.85 340 0.32 0.11
Hex 25 13 19 0 31 20 55 154 20 B
Octal 45 23 31 0 61 40 125 524 40 13
Binary 100101 10011 11001 0 110001 100000 1010101 101010100 100000 1011

Color Harmonies of #251319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251319

Black with #251319

Text Example


Text Example

White with #251319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251319; }

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

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

background-color css

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

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

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

border-color css

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

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

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