Html Css Color HEX #251113 Rustic Red

📋 copy color: '#251113'

red 37 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #251113

Tints of Rustic Red #251113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.29%

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 50.68%
G = 23.29%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251113 (or 0x251113) is known color: Rustic Red. HEX triplet: 25, 11 and 13. RGB value is (37,17,19). Sum of RGB (Red+Green+Blue) = 37+17+19=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #251113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251113 is #DAEEEC. Grayscale: #171717. Windows color (decimal): -14348013 or 1249573. OLE color: 1249573.

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

Color convert

RGB 37 17 19 -
CMYK 0 0.54 0.49 0.85
HSL 354º 0.37% 0.11% -
HSV(B) 354º 0.54% 0.15% -
XYZ 1.08 0.84 0.72 -
YUV 23.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 37 17 19 0 0.54 0.49 0.85 354 0.37 0.11
Hex 25 11 13 0 36 31 55 162 25 B
Octal 45 21 23 0 66 61 125 542 45 13
Binary 100101 10001 10011 0 110110 110001 1010101 101100010 100101 1011

Color Harmonies of #251113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251113

Black with #251113

Text Example


Text Example

White with #251113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251113; }

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

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

background-color css

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

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

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

border-color css

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

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

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