Html Css Color HEX #250410 Rustic Red

📋 copy color: '#250410'

red 37 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #250410

Tints of Rustic Red #250410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.02%

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

R = 64.91%
G = 7.02%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250410 (or 0x250410) is known color: Rustic Red. HEX triplet: 25, 04 and 10. RGB value is (37,4,16). Sum of RGB (Red+Green+Blue) = 37+4+16=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250410 is #DAFBEF. Grayscale: #0F0F0F. Windows color (decimal): -14351344 or 1049637. OLE color: 1049637.

HSL color Cylindrical-coordinate representation of color #250410: hue angle of 338.18º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250410 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 16 -
CMYK 0 0.89 0.57 0.85
HSL 338.18º 0.8% 0.08% -
HSV(B) 338.18º 0.89% 0.15% -
XYZ 0.9 0.52 0.54 -
YUV 15.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 37 4 16 0 0.89 0.57 0.85 338.18 0.8 0.08
Hex 25 4 10 0 59 39 55 152 50 8
Octal 45 4 20 0 131 71 125 522 120 10
Binary 100101 100 10000 0 1011001 111001 1010101 101010010 1010000 1000

Color Harmonies of #250410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250410

Black with #250410

Text Example


Text Example

White with #250410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250410; }

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

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

background-color css

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

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

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

border-color css

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

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

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