Html Css Color HEX #251318 Rustic Red

📋 copy color: '#251318'

red 37 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #251318

Tints of Rustic Red #251318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 30%

R = 46.25%
G = 23.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#251318 (or 0x251318) is known color: Rustic Red. HEX triplet: 25, 13 and 18. RGB value is (37,19,24). Sum of RGB (Red+Green+Blue) = 37+19+24=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251318 is #DAECE7. Grayscale: #181818. Windows color (decimal): -14347496 or 1577765. OLE color: 1577765.

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

Color convert

RGB 37 19 24 -
CMYK 0 0.49 0.35 0.85
HSL 343.33º 0.32% 0.11% -
HSV(B) 343.33º 0.49% 0.15% -
XYZ 1.16 0.93 0.98 -
YUV 24.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 37 19 24 0 0.49 0.35 0.85 343.33 0.32 0.11
Hex 25 13 18 0 31 23 55 157 20 B
Octal 45 23 30 0 61 43 125 527 40 13
Binary 100101 10011 11000 0 110001 100011 1010101 101010111 100000 1011

Color Harmonies of #251318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251318

Black with #251318

Text Example


Text Example

White with #251318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251318; }

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

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

background-color css

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

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

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

border-color css

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

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

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