Html Css Color HEX #250E14 Rustic Red

📋 copy color: '#250E14'

red 37 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #250E14

Tints of Rustic Red #250E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.17%

R = 52.11%
G = 19.72%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#250E14 (or 0x250E14) is known color: Rustic Red. HEX triplet: 25, 0E and 14. RGB value is (37,14,20). Sum of RGB (Red+Green+Blue) = 37+14+20=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E14 is #DAF1EB. Grayscale: #151515. Windows color (decimal): -14348780 or 1314341. OLE color: 1314341.

HSL color Cylindrical-coordinate representation of color #250E14: hue angle of 344.35º 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 #250E14 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 20 -
CMYK 0 0.62 0.46 0.85
HSL 344.35º 0.45% 0.1% -
HSV(B) 344.35º 0.62% 0.15% -
XYZ 1.05 0.76 0.75 -
YUV 21.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 37 14 20 0 0.62 0.46 0.85 344.35 0.45 0.1
Hex 25 E 14 0 3E 2E 55 158 2D A
Octal 45 16 24 0 76 56 125 530 55 12
Binary 100101 1110 10100 0 111110 101110 1010101 101011000 101101 1010

Color Harmonies of #250E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E14

Black with #250E14

Text Example


Text Example

White with #250E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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