Html Css Color HEX #251015 Rustic Red

📋 copy color: '#251015'

red 37 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #251015

Tints of Rustic Red #251015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 28.38%

R = 50%
G = 21.62%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#251015 (or 0x251015) is known color: Rustic Red. HEX triplet: 25, 10 and 15. RGB value is (37,16,21). Sum of RGB (Red+Green+Blue) = 37+16+21=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251015 is #DAEFEA. Grayscale: #161616. Windows color (decimal): -14348267 or 1380389. OLE color: 1380389.

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

Color convert

RGB 37 16 21 -
CMYK 0 0.57 0.43 0.85
HSL 345.71º 0.4% 0.1% -
HSV(B) 345.71º 0.57% 0.15% -
XYZ 1.08 0.82 0.81 -
YUV 22.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 37 16 21 0 0.57 0.43 0.85 345.71 0.4 0.1
Hex 25 10 15 0 39 2B 55 15A 28 A
Octal 45 20 25 0 71 53 125 532 50 12
Binary 100101 10000 10101 0 111001 101011 1010101 101011010 101000 1010

Color Harmonies of #251015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251015

Black with #251015

Text Example


Text Example

White with #251015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251015; }

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

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

background-color css

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

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

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

border-color css

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

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

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