Html Css Color HEX #250811 Rustic Red

📋 copy color: '#250811'

red 37 ◦ green 8 ◦ blue 17

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

Shades of Rustic Red #250811

Tints of Rustic Red #250811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.9%

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

R = 59.68%
G = 12.9%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250811 (or 0x250811) is known color: Rustic Red. HEX triplet: 25, 08 and 11. RGB value is (37,8,17). Sum of RGB (Red+Green+Blue) = 37+8+17=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250811 is #DAF7EE. Grayscale: #111111. Windows color (decimal): -14350319 or 1116197. OLE color: 1116197.

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

Color convert

RGB 37 8 17 -
CMYK 0 0.78 0.54 0.85
HSL 341.38º 0.64% 0.09% -
HSV(B) 341.38º 0.78% 0.15% -
XYZ 0.95 0.61 0.6 -
YUV 17.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 37 8 17 0 0.78 0.54 0.85 341.38 0.64 0.09
Hex 25 8 11 0 4E 36 55 155 40 9
Octal 45 10 21 0 116 66 125 525 100 11
Binary 100101 1000 10001 0 1001110 110110 1010101 101010101 1000000 1001

Color Harmonies of #250811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250811

Black with #250811

Text Example


Text Example

White with #250811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250811; }

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

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

background-color css

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

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

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

border-color css

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

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

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