Html Css Color HEX #251012 Rustic Red

📋 copy color: '#251012'

red 37 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #251012

Tints of Rustic Red #251012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25.35%

R = 52.11%
G = 22.54%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#251012 (or 0x251012) is known color: Rustic Red. HEX triplet: 25, 10 and 12. RGB value is (37,16,18). Sum of RGB (Red+Green+Blue) = 37+16+18=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #251012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251012 is #DAEFED. Grayscale: #161616. Windows color (decimal): -14348270 or 1183781. OLE color: 1183781.

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

Color convert

RGB 37 16 18 -
CMYK 0 0.57 0.51 0.85
HSL 354.29º 0.4% 0.1% -
HSV(B) 354.29º 0.57% 0.15% -
XYZ 1.06 0.81 0.67 -
YUV 22.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 37 16 18 0 0.57 0.51 0.85 354.29 0.4 0.1
Hex 25 10 12 0 39 33 55 162 28 A
Octal 45 20 22 0 71 63 125 542 50 12
Binary 100101 10000 10010 0 111001 110011 1010101 101100010 101000 1010

Color Harmonies of #251012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251012

Black with #251012

Text Example


Text Example

White with #251012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251012; }

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

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

background-color css

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

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

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

border-color css

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

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

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