Html Css Color HEX #250313 Rustic Red

📋 copy color: '#250313'

red 37 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #250313

Tints of Rustic Red #250313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.08%

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

R = 62.71%
G = 5.08%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250313 (or 0x250313) is known color: Rustic Red. HEX triplet: 25, 03 and 13. RGB value is (37,3,19). Sum of RGB (Red+Green+Blue) = 37+3+19=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250313 is #DAFCEC. Grayscale: #0E0E0E. Windows color (decimal): -14351597 or 1245989. OLE color: 1245989.

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

Color convert

RGB 37 3 19 -
CMYK 0 0.92 0.49 0.85
HSL 331.76º 0.85% 0.08% -
HSV(B) 331.76º 0.92% 0.15% -
XYZ 0.91 0.51 0.67 -
YUV 14.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 37 3 19 0 0.92 0.49 0.85 331.76 0.85 0.08
Hex 25 3 13 0 5C 31 55 14C 55 8
Octal 45 3 23 0 134 61 125 514 125 10
Binary 100101 11 10011 0 1011100 110001 1010101 101001100 1010101 1000

Color Harmonies of #250313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250313

Black with #250313

Text Example


Text Example

White with #250313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250313; }

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

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

background-color css

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

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

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

border-color css

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

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

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