Html Css Color HEX #251011 Rustic Red

📋 copy color: '#251011'

red 37 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #251011

Tints of Rustic Red #251011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 24.29%

R = 52.86%
G = 22.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#251011 (or 0x251011) is known color: Rustic Red. HEX triplet: 25, 10 and 11. RGB value is (37,16,17). Sum of RGB (Red+Green+Blue) = 37+16+17=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #251011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251011 is #DAEFEE. Grayscale: #161616. Windows color (decimal): -14348271 or 1118245. OLE color: 1118245.

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

Color convert

RGB 37 16 17 -
CMYK 0 0.57 0.54 0.85
HSL 357.14º 0.4% 0.1% -
HSV(B) 357.14º 0.57% 0.15% -
XYZ 1.05 0.8 0.63 -
YUV 22.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 37 16 17 0 0.57 0.54 0.85 357.14 0.4 0.1
Hex 25 10 11 0 39 36 55 165 28 A
Octal 45 20 21 0 71 66 125 545 50 12
Binary 100101 10000 10001 0 111001 110110 1010101 101100101 101000 1010

Color Harmonies of #251011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251011

Black with #251011

Text Example


Text Example

White with #251011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251011; }

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

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

background-color css

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

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

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

border-color css

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

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

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