Html Css Color HEX #251215 Rustic Red

📋 copy color: '#251215'

red 37 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #251215

Tints of Rustic Red #251215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.68%

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

R = 48.68%
G = 23.68%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#251215 (or 0x251215) is known color: Rustic Red. HEX triplet: 25, 12 and 15. RGB value is (37,18,21). Sum of RGB (Red+Green+Blue) = 37+18+21=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251215 is #DAEDEA. Grayscale: #181818. Windows color (decimal): -14347755 or 1380901. OLE color: 1380901.

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

Color convert

RGB 37 18 21 -
CMYK 0 0.51 0.43 0.85
HSL 350.53º 0.35% 0.11% -
HSV(B) 350.53º 0.51% 0.15% -
XYZ 1.11 0.88 0.82 -
YUV 24.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 37 18 21 0 0.51 0.43 0.85 350.53 0.35 0.11
Hex 25 12 15 0 33 2B 55 15F 23 B
Octal 45 22 25 0 63 53 125 537 43 13
Binary 100101 10010 10101 0 110011 101011 1010101 101011111 100011 1011

Color Harmonies of #251215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251215

Black with #251215

Text Example


Text Example

White with #251215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251215; }

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

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

background-color css

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

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

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

border-color css

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

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

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