Html Css Color HEX #250111 Rustic Red

📋 copy color: '#250111'

red 37 ◦ green 1 ◦ blue 17

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

Shades of Rustic Red #250111

Tints of Rustic Red #250111

RGB

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

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

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

R = 67.27%
G = 1.82%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250111 (or 0x250111) is known color: Rustic Red. HEX triplet: 25, 01 and 11. RGB value is (37,1,17). Sum of RGB (Red+Green+Blue) = 37+1+17=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250111 is #DAFEEE. Grayscale: #0D0D0D. Windows color (decimal): -14352111 or 1114405. OLE color: 1114405.

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

Color convert

RGB 37 1 17 -
CMYK 0 0.97 0.54 0.85
HSL 333.33º 0.95% 0.07% -
HSV(B) 333.33º 0.97% 0.15% -
XYZ 0.87 0.46 0.57 -
YUV 13.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 37 1 17 0 0.97 0.54 0.85 333.33 0.95 0.07
Hex 25 1 11 0 61 36 55 14D 5F 7
Octal 45 1 21 0 141 66 125 515 137 7
Binary 100101 1 10001 0 1100001 110110 1010101 101001101 1011111 111

Color Harmonies of #250111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250111

Black with #250111

Text Example


Text Example

White with #250111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250111; }

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

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

background-color css

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

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

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

border-color css

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

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

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