Html Css Color HEX #251218 Rustic Red

📋 copy color: '#251218'

red 37 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #251218

Tints of Rustic Red #251218

RGB

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

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

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

R = 46.84%
G = 22.78%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#251218 (or 0x251218) is known color: Rustic Red. HEX triplet: 25, 12 and 18. RGB value is (37,18,24). Sum of RGB (Red+Green+Blue) = 37+18+24=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251218 is #DAEDE7. Grayscale: #181818. Windows color (decimal): -14347752 or 1577509. OLE color: 1577509.

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

Color convert

RGB 37 18 24 -
CMYK 0 0.51 0.35 0.85
HSL 341.05º 0.35% 0.11% -
HSV(B) 341.05º 0.51% 0.15% -
XYZ 1.14 0.89 0.98 -
YUV 24.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 37 18 24 0 0.51 0.35 0.85 341.05 0.35 0.11
Hex 25 12 18 0 33 23 55 155 23 B
Octal 45 22 30 0 63 43 125 525 43 13
Binary 100101 10010 11000 0 110011 100011 1010101 101010101 100011 1011

Color Harmonies of #251218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251218

Black with #251218

Text Example


Text Example

White with #251218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251218; }

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

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

background-color css

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

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

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

border-color css

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

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

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