Html Css Color HEX #250E13 Rustic Red

📋 copy color: '#250E13'

red 37 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #250E13

Tints of Rustic Red #250E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20%

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

R = 52.86%
G = 20%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#250E13 (or 0x250E13) is known color: Rustic Red. HEX triplet: 25, 0E and 13. RGB value is (37,14,19). Sum of RGB (Red+Green+Blue) = 37+14+19=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E13 is #DAF1EC. Grayscale: #151515. Windows color (decimal): -14348781 or 1248805. OLE color: 1248805.

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

Color convert

RGB 37 14 19 -
CMYK 0 0.62 0.49 0.85
HSL 346.96º 0.45% 0.1% -
HSV(B) 346.96º 0.62% 0.15% -
XYZ 1.04 0.75 0.71 -
YUV 21.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 37 14 19 0 0.62 0.49 0.85 346.96 0.45 0.1
Hex 25 E 13 0 3E 31 55 15B 2D A
Octal 45 16 23 0 76 61 125 533 55 12
Binary 100101 1110 10011 0 111110 110001 1010101 101011011 101101 1010

Color Harmonies of #250E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E13

Black with #250E13

Text Example


Text Example

White with #250E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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