Html Css Color HEX #251112 Rustic Red

📋 copy color: '#251112'

red 37 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #251112

Tints of Rustic Red #251112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25%

R = 51.39%
G = 23.61%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#251112 (or 0x251112) is known color: Rustic Red. HEX triplet: 25, 11 and 12. RGB value is (37,17,18). Sum of RGB (Red+Green+Blue) = 37+17+18=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #251112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251112 is #DAEEED. Grayscale: #171717. Windows color (decimal): -14348014 or 1184037. OLE color: 1184037.

HSL color Cylindrical-coordinate representation of color #251112: hue angle of 357º 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 #251112 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 17 18 -
CMYK 0 0.54 0.51 0.85
HSL 357º 0.37% 0.11% -
HSV(B) 357º 0.54% 0.15% -
XYZ 1.07 0.84 0.68 -
YUV 23.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 37 17 18 0 0.54 0.51 0.85 357 0.37 0.11
Hex 25 11 12 0 36 33 55 165 25 B
Octal 45 21 22 0 66 63 125 545 45 13
Binary 100101 10001 10010 0 110110 110011 1010101 101100101 100101 1011

Color Harmonies of #251112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251112

Black with #251112

Text Example


Text Example

White with #251112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251112; }

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

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

background-color css

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

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

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

border-color css

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

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

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