Html Css Color HEX #250D0E Rustic Red

📋 copy color: '#250D0E'

red 37 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #250D0E

Tints of Rustic Red #250D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.31%

 BLUE value IS 14 (5.86% from 255) = 21.88%

R = 57.81%
G = 20.31%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#250D0E (or 0x250D0E) is known color: Rustic Red. HEX triplet: 25, 0D and 0E. RGB value is (37,13,14). Sum of RGB (Red+Green+Blue) = 37+13+14=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D0E is #DAF2F1. Grayscale: #141414. Windows color (decimal): -14349042 or 920869. OLE color: 920869.

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

Color convert

RGB 37 13 14 -
CMYK 0 0.65 0.62 0.85
HSL 357.5º 0.48% 0.1% -
HSV(B) 357.5º 0.65% 0.15% -
XYZ 0.99 0.71 0.5 -
YUV 20.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 37 13 14 0 0.65 0.62 0.85 357.5 0.48 0.1
Hex 25 D E 0 41 3E 55 166 30 A
Octal 45 15 16 0 101 76 125 546 60 12
Binary 100101 1101 1110 0 1000001 111110 1010101 101100110 110000 1010

Color Harmonies of #250D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D0E

Black with #250D0E

Text Example


Text Example

White with #250D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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