Html Css Color HEX #250311 Rustic Red

📋 copy color: '#250311'

red 37 ◦ green 3 ◦ blue 17

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

Shades of Rustic Red #250311

Tints of Rustic Red #250311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.26%

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

R = 64.91%
G = 5.26%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250311 (or 0x250311) is known color: Rustic Red. HEX triplet: 25, 03 and 11. RGB value is (37,3,17). Sum of RGB (Red+Green+Blue) = 37+3+17=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250311 is #DAFCEE. Grayscale: #0E0E0E. Windows color (decimal): -14351599 or 1114917. OLE color: 1114917.

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

Color convert

RGB 37 3 17 -
CMYK 0 0.92 0.54 0.85
HSL 335.29º 0.85% 0.08% -
HSV(B) 335.29º 0.92% 0.15% -
XYZ 0.9 0.5 0.58 -
YUV 14.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 37 3 17 0 0.92 0.54 0.85 335.29 0.85 0.08
Hex 25 3 11 0 5C 36 55 14F 55 8
Octal 45 3 21 0 134 66 125 517 125 10
Binary 100101 11 10001 0 1011100 110110 1010101 101001111 1010101 1000

Color Harmonies of #250311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250311

Black with #250311

Text Example


Text Example

White with #250311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250311; }

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

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

background-color css

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

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

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

border-color css

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

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

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