Html Css Color HEX #250112 Rustic Red

📋 copy color: '#250112'

red 37 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #250112

Tints of Rustic Red #250112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.79%

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

R = 66.07%
G = 1.79%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250112 (or 0x250112) is known color: Rustic Red. HEX triplet: 25, 01 and 12. RGB value is (37,1,18). Sum of RGB (Red+Green+Blue) = 37+1+18=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250112 is #DAFEED. Grayscale: #0D0D0D. Windows color (decimal): -14352110 or 1179941. OLE color: 1179941.

HSL color Cylindrical-coordinate representation of color #250112: hue angle of 331.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250112 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 1 18 -
CMYK 0 0.97 0.51 0.85
HSL 331.67º 0.95% 0.07% -
HSV(B) 331.67º 0.97% 0.15% -
XYZ 0.88 0.46 0.61 -
YUV 13.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 37 1 18 0 0.97 0.51 0.85 331.67 0.95 0.07
Hex 25 1 12 0 61 33 55 14C 5F 7
Octal 45 1 22 0 141 63 125 514 137 7
Binary 100101 1 10010 0 1100001 110011 1010101 101001100 1011111 111

Color Harmonies of #250112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250112

Black with #250112

Text Example


Text Example

White with #250112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250112; }

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

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

background-color css

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

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

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

border-color css

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

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

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