Html Css Color HEX #250511 Rustic Red

📋 copy color: '#250511'

red 37 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #250511

Tints of Rustic Red #250511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

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

R = 62.71%
G = 8.47%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250511 (or 0x250511) is known color: Rustic Red. HEX triplet: 25, 05 and 11. RGB value is (37,5,17). Sum of RGB (Red+Green+Blue) = 37+5+17=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250511 is #DAFAEE. Grayscale: #0F0F0F. Windows color (decimal): -14351087 or 1115429. OLE color: 1115429.

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

Color convert

RGB 37 5 17 -
CMYK 0 0.86 0.54 0.85
HSL 337.5º 0.76% 0.08% -
HSV(B) 337.5º 0.86% 0.15% -
XYZ 0.92 0.54 0.59 -
YUV 15.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 37 5 17 0 0.86 0.54 0.85 337.5 0.76 0.08
Hex 25 5 11 0 56 36 55 152 4C 8
Octal 45 5 21 0 126 66 125 522 114 10
Binary 100101 101 10001 0 1010110 110110 1010101 101010010 1001100 1000

Color Harmonies of #250511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250511

Black with #250511

Text Example


Text Example

White with #250511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250511; }

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

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

background-color css

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

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

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

border-color css

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

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

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