Html Css Color HEX #251115 Rustic Red

📋 copy color: '#251115'

red 37 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #251115

Tints of Rustic Red #251115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 28%

R = 49.33%
G = 22.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#251115 (or 0x251115) is known color: Rustic Red. HEX triplet: 25, 11 and 15. RGB value is (37,17,21). Sum of RGB (Red+Green+Blue) = 37+17+21=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251115 is #DAEEEA. Grayscale: #171717. Windows color (decimal): -14348011 or 1380645. OLE color: 1380645.

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

Color convert

RGB 37 17 21 -
CMYK 0 0.54 0.43 0.85
HSL 348º 0.37% 0.11% -
HSV(B) 348º 0.54% 0.15% -
XYZ 1.1 0.85 0.82 -
YUV 23.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 37 17 21 0 0.54 0.43 0.85 348 0.37 0.11
Hex 25 11 15 0 36 2B 55 15C 25 B
Octal 45 21 25 0 66 53 125 534 45 13
Binary 100101 10001 10101 0 110110 101011 1010101 101011100 100101 1011

Color Harmonies of #251115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251115

Black with #251115

Text Example


Text Example

White with #251115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251115; }

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

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

background-color css

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

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

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

border-color css

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

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

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