Html Css Color HEX #250110 Rustic Red

📋 copy color: '#250110'

red 37 ◦ green 1 ◦ blue 16

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

Shades of Rustic Red #250110

Tints of Rustic Red #250110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 29.63%

R = 68.52%
G = 1.85%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250110 (or 0x250110) is known color: Rustic Red. HEX triplet: 25, 01 and 10. RGB value is (37,1,16). Sum of RGB (Red+Green+Blue) = 37+1+16=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250110 is #DAFEEF. Grayscale: #0D0D0D. Windows color (decimal): -14352112 or 1048869. OLE color: 1048869.

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

Color convert

RGB 37 1 16 -
CMYK 0 0.97 0.57 0.85
HSL 335º 0.95% 0.07% -
HSV(B) 335º 0.97% 0.15% -
XYZ 0.87 0.45 0.53 -
YUV 13.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 37 1 16 0 0.97 0.57 0.85 335 0.95 0.07
Hex 25 1 10 0 61 39 55 14F 5F 7
Octal 45 1 20 0 141 71 125 517 137 7
Binary 100101 1 10000 0 1100001 111001 1010101 101001111 1011111 111

Color Harmonies of #250110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250110

Black with #250110

Text Example


Text Example

White with #250110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250110; }

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

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

background-color css

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

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

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

border-color css

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

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

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