Html Css Color HEX #250913 Rustic Red

📋 copy color: '#250913'

red 37 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #250913

Tints of Rustic Red #250913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.85%

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

R = 56.92%
G = 13.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250913 (or 0x250913) is known color: Rustic Red. HEX triplet: 25, 09 and 13. RGB value is (37,9,19). Sum of RGB (Red+Green+Blue) = 37+9+19=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250913 is #DAF6EC. Grayscale: #121212. Windows color (decimal): -14350061 or 1247525. OLE color: 1247525.

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

Color convert

RGB 37 9 19 -
CMYK 0 0.76 0.49 0.85
HSL 338.57º 0.61% 0.09% -
HSV(B) 338.57º 0.76% 0.15% -
XYZ 0.98 0.64 0.69 -
YUV 18.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 37 9 19 0 0.76 0.49 0.85 338.57 0.61 0.09
Hex 25 9 13 0 4C 31 55 153 3D 9
Octal 45 11 23 0 114 61 125 523 75 11
Binary 100101 1001 10011 0 1001100 110001 1010101 101010011 111101 1001

Color Harmonies of #250913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250913

Black with #250913

Text Example


Text Example

White with #250913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250913; }

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

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

background-color css

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

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

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

border-color css

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

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

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