Html Css Color HEX #250911 Rustic Red

📋 copy color: '#250911'

red 37 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #250911

Tints of Rustic Red #250911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.29%

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

R = 58.73%
G = 14.29%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250911 (or 0x250911) is known color: Rustic Red. HEX triplet: 25, 09 and 11. RGB value is (37,9,17). Sum of RGB (Red+Green+Blue) = 37+9+17=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250911 is #DAF6EE. Grayscale: #121212. Windows color (decimal): -14350063 or 1116453. OLE color: 1116453.

HSL color Cylindrical-coordinate representation of color #250911: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250911 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 9 17 -
CMYK 0 0.76 0.54 0.85
HSL 342.86º 0.61% 0.09% -
HSV(B) 342.86º 0.76% 0.15% -
XYZ 0.96 0.63 0.6 -
YUV 18.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 37 9 17 0 0.76 0.54 0.85 342.86 0.61 0.09
Hex 25 9 11 0 4C 36 55 157 3D 9
Octal 45 11 21 0 114 66 125 527 75 11
Binary 100101 1001 10001 0 1001100 110110 1010101 101010111 111101 1001

Color Harmonies of #250911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250911

Black with #250911

Text Example


Text Example

White with #250911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250911; }

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

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

background-color css

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

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

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

border-color css

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

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

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