Html Css Color HEX #250711 Rustic Red

📋 copy color: '#250711'

red 37 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #250711

Tints of Rustic Red #250711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.48%

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

R = 60.66%
G = 11.48%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250711 (or 0x250711) is known color: Rustic Red. HEX triplet: 25, 07 and 11. RGB value is (37,7,17). Sum of RGB (Red+Green+Blue) = 37+7+17=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250711 is #DAF8EE. Grayscale: #111111. Windows color (decimal): -14350575 or 1115941. OLE color: 1115941.

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

Color convert

RGB 37 7 17 -
CMYK 0 0.81 0.54 0.85
HSL 340º 0.68% 0.09% -
HSV(B) 340º 0.81% 0.15% -
XYZ 0.94 0.59 0.59 -
YUV 17.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 37 7 17 0 0.81 0.54 0.85 340 0.68 0.09
Hex 25 7 11 0 51 36 55 154 44 9
Octal 45 7 21 0 121 66 125 524 104 11
Binary 100101 111 10001 0 1010001 110110 1010101 101010100 1000100 1001

Color Harmonies of #250711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250711

Black with #250711

Text Example


Text Example

White with #250711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250711; }

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

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

background-color css

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

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

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

border-color css

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

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

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