Html Css Color HEX #251014 Rustic Red

📋 copy color: '#251014'

red 37 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #251014

Tints of Rustic Red #251014

RGB

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

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

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

R = 50.68%
G = 21.92%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251014 (or 0x251014) is known color: Rustic Red. HEX triplet: 25, 10 and 14. RGB value is (37,16,20). Sum of RGB (Red+Green+Blue) = 37+16+20=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #251014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251014 is #DAEFEB. Grayscale: #161616. Windows color (decimal): -14348268 or 1314853. OLE color: 1314853.

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

Color convert

RGB 37 16 20 -
CMYK 0 0.57 0.46 0.85
HSL 348.57º 0.4% 0.1% -
HSV(B) 348.57º 0.57% 0.15% -
XYZ 1.07 0.81 0.76 -
YUV 22.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 37 16 20 0 0.57 0.46 0.85 348.57 0.4 0.1
Hex 25 10 14 0 39 2E 55 15D 28 A
Octal 45 20 24 0 71 56 125 535 50 12
Binary 100101 10000 10100 0 111001 101110 1010101 101011101 101000 1010

Color Harmonies of #251014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251014

Black with #251014

Text Example


Text Example

White with #251014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251014; }

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

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

background-color css

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

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

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

border-color css

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

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

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