Html Css Color HEX #250713 Rustic Red

📋 copy color: '#250713'

red 37 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #250713

Tints of Rustic Red #250713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

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

R = 58.73%
G = 11.11%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250713 (or 0x250713) is known color: Rustic Red. HEX triplet: 25, 07 and 13. RGB value is (37,7,19). Sum of RGB (Red+Green+Blue) = 37+7+19=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250713 is #DAF8EC. Grayscale: #111111. Windows color (decimal): -14350573 or 1247013. OLE color: 1247013.

HSL color Cylindrical-coordinate representation of color #250713: hue angle of 336º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250713 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 19 -
CMYK 0 0.81 0.49 0.85
HSL 336º 0.68% 0.09% -
HSV(B) 336º 0.81% 0.15% -
XYZ 0.96 0.59 0.68 -
YUV 17.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 37 7 19 0 0.81 0.49 0.85 336 0.68 0.09
Hex 25 7 13 0 51 31 55 150 44 9
Octal 45 7 23 0 121 61 125 520 104 11
Binary 100101 111 10011 0 1010001 110001 1010101 101010000 1000100 1001

Color Harmonies of #250713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250713

Black with #250713

Text Example


Text Example

White with #250713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250713; }

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

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

background-color css

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

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

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

border-color css

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

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

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