Html Css Color HEX #250513 Rustic Red

📋 copy color: '#250513'

red 37 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #250513

Tints of Rustic Red #250513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.2%

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

R = 60.66%
G = 8.2%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250513 (or 0x250513) is known color: Rustic Red. HEX triplet: 25, 05 and 13. RGB value is (37,5,19). Sum of RGB (Red+Green+Blue) = 37+5+19=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250513 is #DAFAEC. Grayscale: #101010. Windows color (decimal): -14351085 or 1246501. OLE color: 1246501.

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

Color convert

RGB 37 5 19 -
CMYK 0 0.86 0.49 0.85
HSL 333.75º 0.76% 0.08% -
HSV(B) 333.75º 0.86% 0.15% -
XYZ 0.93 0.55 0.67 -
YUV 16.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 37 5 19 0 0.86 0.49 0.85 333.75 0.76 0.08
Hex 25 5 13 0 56 31 55 14E 4C 8
Octal 45 5 23 0 126 61 125 516 114 10
Binary 100101 101 10011 0 1010110 110001 1010101 101001110 1001100 1000

Color Harmonies of #250513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250513

Black with #250513

Text Example


Text Example

White with #250513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250513; }

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

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

background-color css

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

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

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

border-color css

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

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

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