Html Css Color HEX #251315 Rustic Red

📋 copy color: '#251315'

red 37 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #251315

Tints of Rustic Red #251315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

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

R = 48.05%
G = 24.68%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#251315 (or 0x251315) is known color: Rustic Red. HEX triplet: 25, 13 and 15. RGB value is (37,19,21). Sum of RGB (Red+Green+Blue) = 37+19+21=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251315 is #DAECEA. Grayscale: #181818. Windows color (decimal): -14347499 or 1381157. OLE color: 1381157.

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

Color convert

RGB 37 19 21 -
CMYK 0 0.49 0.43 0.85
HSL 353.33º 0.32% 0.11% -
HSV(B) 353.33º 0.49% 0.15% -
XYZ 1.13 0.91 0.83 -
YUV 24.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 37 19 21 0 0.49 0.43 0.85 353.33 0.32 0.11
Hex 25 13 15 0 31 2B 55 161 20 B
Octal 45 23 25 0 61 53 125 541 40 13
Binary 100101 10011 10101 0 110001 101011 1010101 101100001 100000 1011

Color Harmonies of #251315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251315

Black with #251315

Text Example


Text Example

White with #251315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251315; }

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

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

background-color css

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

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

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

border-color css

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

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

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