Html Css Color HEX #250E11 Rustic Red

📋 copy color: '#250E11'

red 37 ◦ green 14 ◦ blue 17

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

Shades of Rustic Red #250E11

Tints of Rustic Red #250E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 25%

R = 54.41%
G = 20.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250E11 (or 0x250E11) is known color: Rustic Red. HEX triplet: 25, 0E and 11. RGB value is (37,14,17). Sum of RGB (Red+Green+Blue) = 37+14+17=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #250E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E11 is #DAF1EE. Grayscale: #151515. Windows color (decimal): -14348783 or 1117733. OLE color: 1117733.

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

Color convert

RGB 37 14 17 -
CMYK 0 0.62 0.54 0.85
HSL 352.17º 0.45% 0.1% -
HSV(B) 352.17º 0.62% 0.15% -
XYZ 1.02 0.75 0.62 -
YUV 21.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 37 14 17 0 0.62 0.54 0.85 352.17 0.45 0.1
Hex 25 E 11 0 3E 36 55 160 2D A
Octal 45 16 21 0 76 66 125 540 55 12
Binary 100101 1110 10001 0 111110 110110 1010101 101100000 101101 1010

Color Harmonies of #250E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E11

Black with #250E11

Text Example


Text Example

White with #250E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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