Html Css Color HEX #250413 Rustic Red

📋 copy color: '#250413'

red 37 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #250413

Tints of Rustic Red #250413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 31.67%

R = 61.67%
G = 6.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250413 (or 0x250413) is known color: Rustic Red. HEX triplet: 25, 04 and 13. RGB value is (37,4,19). Sum of RGB (Red+Green+Blue) = 37+4+19=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250413 is #DAFBEC. Grayscale: #0F0F0F. Windows color (decimal): -14351341 or 1246245. OLE color: 1246245.

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

Color convert

RGB 37 4 19 -
CMYK 0 0.89 0.49 0.85
HSL 332.73º 0.8% 0.08% -
HSV(B) 332.73º 0.89% 0.15% -
XYZ 0.92 0.53 0.67 -
YUV 15.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 37 4 19 0 0.89 0.49 0.85 332.73 0.8 0.08
Hex 25 4 13 0 59 31 55 14D 50 8
Octal 45 4 23 0 131 61 125 515 120 10
Binary 100101 100 10011 0 1011001 110001 1010101 101001101 1010000 1000

Color Harmonies of #250413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250413

Black with #250413

Text Example


Text Example

White with #250413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250413; }

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

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

background-color css

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

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

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

border-color css

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

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

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