Html Css Color HEX #250813 Rustic Red

📋 copy color: '#250813'

red 37 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #250813

Tints of Rustic Red #250813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

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

R = 57.81%
G = 12.5%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250813 (or 0x250813) is known color: Rustic Red. HEX triplet: 25, 08 and 13. RGB value is (37,8,19). Sum of RGB (Red+Green+Blue) = 37+8+19=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250813 is #DAF7EC. Grayscale: #111111. Windows color (decimal): -14350317 or 1247269. OLE color: 1247269.

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

Color convert

RGB 37 8 19 -
CMYK 0 0.78 0.49 0.85
HSL 337.24º 0.64% 0.09% -
HSV(B) 337.24º 0.78% 0.15% -
XYZ 0.97 0.61 0.68 -
YUV 17.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 37 8 19 0 0.78 0.49 0.85 337.24 0.64 0.09
Hex 25 8 13 0 4E 31 55 151 40 9
Octal 45 10 23 0 116 61 125 521 100 11
Binary 100101 1000 10011 0 1001110 110001 1010101 101010001 1000000 1001

Color Harmonies of #250813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250813

Black with #250813

Text Example


Text Example

White with #250813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250813; }

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

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

background-color css

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

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

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

border-color css

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

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

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