Html Css Color HEX #251013 Rustic Red

📋 copy color: '#251013'

red 37 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #251013

Tints of Rustic Red #251013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.39%

R = 51.39%
G = 22.22%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251013 (or 0x251013) is known color: Rustic Red. HEX triplet: 25, 10 and 13. RGB value is (37,16,19). Sum of RGB (Red+Green+Blue) = 37+16+19=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #251013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251013 is #DAEFEC. Grayscale: #161616. Windows color (decimal): -14348269 or 1249317. OLE color: 1249317.

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

Color convert

RGB 37 16 19 -
CMYK 0 0.57 0.49 0.85
HSL 351.43º 0.4% 0.1% -
HSV(B) 351.43º 0.57% 0.15% -
XYZ 1.07 0.81 0.72 -
YUV 22.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 37 16 19 0 0.57 0.49 0.85 351.43 0.4 0.1
Hex 25 10 13 0 39 31 55 15F 28 A
Octal 45 20 23 0 71 61 125 537 50 12
Binary 100101 10000 10011 0 111001 110001 1010101 101011111 101000 1010

Color Harmonies of #251013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251013

Black with #251013

Text Example


Text Example

White with #251013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251013; }

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

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

background-color css

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

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

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

border-color css

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

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

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