Html Css Color HEX #251018 Rustic Red

📋 copy color: '#251018'

red 37 ◦ green 16 ◦ blue 24

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

Shades of Rustic Red #251018

Tints of Rustic Red #251018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.78%

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

R = 48.05%
G = 20.78%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#251018 (or 0x251018) is known color: Rustic Red. HEX triplet: 25, 10 and 18. RGB value is (37,16,24). Sum of RGB (Red+Green+Blue) = 37+16+24=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251018 is #DAEFE7. Grayscale: #171717. Windows color (decimal): -14348264 or 1576997. OLE color: 1576997.

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

Color convert

RGB 37 16 24 -
CMYK 0 0.57 0.35 0.85
HSL 337.14º 0.4% 0.1% -
HSV(B) 337.14º 0.57% 0.15% -
XYZ 1.11 0.83 0.97 -
YUV 23.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 37 16 24 0 0.57 0.35 0.85 337.14 0.4 0.1
Hex 25 10 18 0 39 23 55 151 28 A
Octal 45 20 30 0 71 43 125 521 50 12
Binary 100101 10000 11000 0 111001 100011 1010101 101010001 101000 1010

Color Harmonies of #251018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251018

Black with #251018

Text Example


Text Example

White with #251018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251018; }

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

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

background-color css

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

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

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

border-color css

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

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

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