Html Css Color HEX #251314 Rustic Red

📋 copy color: '#251314'

red 37 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #251314

Tints of Rustic Red #251314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 48.68%
G = 25%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251314 (or 0x251314) is known color: Rustic Red. HEX triplet: 25, 13 and 14. RGB value is (37,19,20). Sum of RGB (Red+Green+Blue) = 37+19+20=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251314 is #DAECEB. Grayscale: #181818. Windows color (decimal): -14347500 or 1315621. OLE color: 1315621.

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

Color convert

RGB 37 19 20 -
CMYK 0 0.49 0.46 0.85
HSL 356.67º 0.32% 0.11% -
HSV(B) 356.67º 0.49% 0.15% -
XYZ 1.12 0.91 0.78 -
YUV 24.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 37 19 20 0 0.49 0.46 0.85 356.67 0.32 0.11
Hex 25 13 14 0 31 2E 55 165 20 B
Octal 45 23 24 0 61 56 125 545 40 13
Binary 100101 10011 10100 0 110001 101110 1010101 101100101 100000 1011

Color Harmonies of #251314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251314

Black with #251314

Text Example


Text Example

White with #251314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251314; }

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

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

background-color css

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

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

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

border-color css

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

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

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