Html Css Color HEX #251419 Rustic Red

📋 copy color: '#251419'

red 37 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #251419

Tints of Rustic Red #251419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

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

R = 45.12%
G = 24.39%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#251419 (or 0x251419) is known color: Rustic Red. HEX triplet: 25, 14 and 19. RGB value is (37,20,25). Sum of RGB (Red+Green+Blue) = 37+20+25=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #251419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251419 is #DAEBE6. Grayscale: #191919. Windows color (decimal): -14347239 or 1643557. OLE color: 1643557.

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

Color convert

RGB 37 20 25 -
CMYK 0 0.46 0.32 0.85
HSL 342.35º 0.3% 0.11% -
HSV(B) 342.35º 0.46% 0.15% -
XYZ 1.19 0.96 1.04 -
YUV 25.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 37 20 25 0 0.46 0.32 0.85 342.35 0.3 0.11
Hex 25 14 19 0 2E 20 55 156 1E B
Octal 45 24 31 0 56 40 125 526 36 13
Binary 100101 10100 11001 0 101110 100000 1010101 101010110 11110 1011

Color Harmonies of #251419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251419

Black with #251419

Text Example


Text Example

White with #251419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251419; }

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

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

background-color css

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

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

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

border-color css

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

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

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